create-aragon-app

v2.6.3
Aragon command-line tool to create aragon apps
create-aragon-app aragon ethereum

lint

eslint src test

test

ava --verbose

build

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

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

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

Metadata

Downloads