Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```