JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q49825F
  • License Apache-2.0

Andverse CLI developer tool.

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 Andverse Logo

    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

    1. Fork this repository to your own GitHub account and then clone it to your local device.
    2. Install dependencies with npm install.
    3. Build the project by running npm run build.
    4. Link the CLI with: npm link. The dcl command should now be available.
    5. 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.