SPM

0.0.2

Helpful commands to compliment Swift Package Manager
Sherlouk/spm

What's New

2020-12-12T22:37:30Z

Minor improvements to the styling of the Nomnoml output

SPM

CI

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.

Note: This command requires that you have already installed 'nomnoml' locally - you can do this by running npm install -g nomnoml.

$ spm graph path/to/package [--outputName <generated.svg>]

New (NOT IMPLEMENTED)

Creates a new Swift package using an opinionated structure

$ spm new MyPackage

TODO

  • Create new command
  • Support GraphViz export type for graph command (--outputType <graphviz || nomnoml>)
  • Add --outputPath option to graph command to switch from current directory
  • Add --detailed flag which adds enhanced information to every node in graph. Including tools version, and platform target(s).
  • Extract JUnit from CI test suite and upload using https://github.com/EnricoMi/publish-unit-test-result-action

Description

  • Swift Tools 5.3.0
View More Packages from this Author

Dependencies

Last updated: Sat Mar 16 2024 21:15:17 GMT-0900 (Hawaii-Aleutian Daylight Time)