@aragon/cli

v7.1.2
Aragon command-line tools
cli aragon ethereum

lint

eslint src test

test

ava --verbose

build

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

link-bin

npm link

lint:fix

npm run lint -- --fix

test:clean

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

test:watch

ava --watch

unlink-bin

npm unlink

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

test:reset-cache

ava --reset-cache

test:coverage:html

nyc --all --reporter html npm run test

test:update-snapshots

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

Metadata

Downloads