@aragon/cli

v6.2.2
Aragon command-line tools
cli aragon ethereum

link

npm link

lint

eslint src test/commands && documentation lint src

test

ava

build

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

unlink

npm unlink

prepare

npm run build

test:watch

ava --watch

build:watch

npm run build -- -- --watch

compile-src

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

postinstall

npm run clean-modules

clean-modules

del-cli './node_modules/**/.git'

extract-roles

node scripts/extract-roles

test:coverage

nyc --all --reporter=text --reporter=text-summary --reporter=lcovonly --exclude 'config/**' --exclude '**/*.test.js' npm run test
npm i @aragon/[email protected]

Metadata

Downloads