@aragon/toolkit

v0.0.7
Programmatic interface for interacting with Aragon
aragon cli ethereum

lint

eslint src test

test

ava --verbose --timeout=10m

build

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

lint:fix

yarn lint -- --fix

test:clean

rm -rf ./.tmp && yarn test:reset-cache

test:watch

ava --watch --timeout=10m

build:watch

yarn build -- --watch

test:coverage

nyc --all --reporter text --reporter text-summary --reporter lcovonly yarn test

test:integration

ava --verbose ./test-examples/*.test.js

test:reset-cache

ava --reset-cache --timeout=10m

test:coverage:html

nyc --all --reporter html yarn test

test:update-snapshots

yarn test:clean && yarn test -- --update-snapshots
npm i @aragon/toolkit

Metadata

Downloads