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
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
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
new
command