create-aragon-app

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

link

npm link

lint

eslint src test && documentation lint src

test

ava

build

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

unlink

npm unlink

prepare

npm run build

test:watch

ava --watch

build:watch

npm run build -- --watch

test:coverage

nyc --all --reporter=text --reporter=text-summary --reporter=lcovonly --exclude 'config/**' --exclude '**/*.test.js' npm run test

Metadata

Downloads