Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kayagokalp/forc-tree
A forc plugin to print dependency tree of a Sway project.
https://github.com/kayagokalp/forc-tree
Last synced: 25 days ago
JSON representation
A forc plugin to print dependency tree of a Sway project.
- Host: GitHub
- URL: https://github.com/kayagokalp/forc-tree
- Owner: kayagokalp
- License: mit
- Created: 2023-08-21T12:52:09.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-21T13:04:39.000Z (about 1 year ago)
- Last Synced: 2024-04-21T09:01:19.224Z (7 months ago)
- Language: Rust
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# forc-tree
`forc-tree` is a simple forc plugin which prints dependency tree of a given sway project. Currently it does not support workspaces.
Example usage:
```console
# Inside a forc project.
forc-tree# Also possible to use in any arbitrary location with `--path` argument.
forc-tree --path ./test-project# It is possible to force dependency graph generation to work in offline mode.
forc-tree --offline
```