Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (andverse) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Andverse CLI 
Usage
To install the latest version of acl
(Andverse CLI), run this command:
npm install -g andverse
To learn what you can do with the CLI run the following command:
acl --help
Documentation
For details on how to use Decentraland developer tools, check our documentation site
Contributing
- Fork this repository to your own GitHub account and then clone it to your local device.
- Install dependencies with
npm install
. - Build the project by running
npm run build
. - Link the CLI with:
npm link
. Thedcl
command should now be available. - You can run tests with
npm test
NOTE: you can set the environment variable DEBUG=true
to see all debugging info
Releasing
Just update the version on the package.json
file and merge to master.