Install latest/beta of source-wand
Ubuntu 16.04 or later?
Make sure snap support is enabled in your Desktop store.
Install using the command line
sudo snap install source-wand --beta
Don't have snapd? Get set up for snaps.
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
Generate an embeddable card to be shared on external websites.
source-wand is a CLI tool that helps with large scale manipulations of source code.
Dependency analysis
You can use source-wand to generate the dependency tree of any program of the following kind:
To generate the dependency tree of a project, you can point to a local directory:
$ source-wand dependencies local /path/to/project/
Or you can point to a git repository:
$ source-wand dependencies git https://git.example.com/repository
You can format the output in the following ways:
--flatten -> it will build a unique list of dependencies from the tree--format [json or yaml] -> it will return the tree or list as json or yamlYou can combine these arguments to get a flat json list for example.
Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.