You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create dependencies module count command (#15)
* Added modules stats command
* Use modules for SPM
* Control empty nodes
Added tests
* Refactor some code
* New version
SwiftPM support (#11)
* new spm command
* integrate SPM package processing in graph command
* added multi-edge configuration for graph
* show complexity info in label at bottom
* remove extra character
* fixed package
* fix issue with grah
* update documentation
* fix graph issues
* added new option to show externals dependencies
* added unit tests
* remove dependency
* remove unused import
* compare working with SPM
* refactor compare command
* refactor compare command
* implemented history command for SPM
* update documentation
* fix order
* make graph command to update graph and stats according to the parameter
* adapt compare command to multi/regular config
* adapt history command