andverse
v3.13.14
Published
Andverse CLI developer tool.
Downloads
17
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.