@aragon/cli

v7.1.6
Aragon command-line tools
cli aragon ethereum

lint

eslint src test

test

ava --verbose --timeout=10m

build

yarn extract-roles && yarn compile-src

link-bin

yarn link

lint:fix

yarn lint -- --fix

test:clean

rm -rf ./.tmp && yarn test:reset-cache

test:watch

ava --watch --timeout=10m

unlink-bin

yarn unlink

build:watch

yarn 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 yarn test

prepublishOnly

synp --source-file yarn.lock && npm shrinkwrap

test:reset-cache

ava --reset-cache --timeout=10m

test:coverage:html

nyc --all --reporter html yarn test

test:update-snapshots

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

Metadata

Downloads