@aragon/cli

v7.0.0-beta.13
Aragon command-line tools
cli aragon ethereum

lint

eslint src test

test

ava --verbose

build

npm run extract-roles && npm run extract-ganache && npm run compile-src

lint:fix

npm run lint -- --fix

test:clean

rm -rf ./.tmp && npm run test:reset-cache

test:watch

ava --watch

build:watch

npm run build -- -- --watch

compile-src

babel src --out-dir dist --source-maps --copy-files

extract-roles

node scripts/extract-roles

test:coverage

nyc --all --reporter text --reporter text-summary --reporter lcovonly npm run test

extract-ganache

scripts/extract-ganache

test:reset-cache

ava --reset-cache

test:update-snapshots

npm run test:clean && npm run test -- --update-snapshots
npm i @aragon/[email protected]

Metadata

Downloads