Improve Nomnoml Output
An executable with a couple potentially helpful swift package manager commands.
Creates a graph visualising the package and all of it’s dependencies.
Note: This command requires that you have already installed ‘nomnoml‘ locally - you can do this by running npm install -g nomnoml.
npm install -g nomnoml
$ spm graph path/to/package [--outputName <generated.svg>]
Creates a new Swift package using an opinionated structure
$ spm new MyPackage
new
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
SPM
An executable with a couple potentially helpful swift package manager commands.
Commands
Graph
Creates a graph visualising the package and all of it’s dependencies.
New (NOT IMPLEMENTED)
Creates a new Swift package using an opinionated structure
TODO
newcommand