create-aragon-app

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

link

npm link

lint

eslint src test && documentation lint src

test

nyc 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:ci

nyc --all --reporter=lcovonly ava

Metadata

Downloads