@aragon/toolkit

v0.0.6-beta.3
Programmatic interface for interacting with Aragon
aragon cli ethereum

lint

npm run check-types && eslint src test --ext '.js,.ts'

test

ava --verbose

build

babel src --out-dir dist --source-maps --copy-files --extensions '.js,.ts'

generate

typechain --target web3-v1 --outDir typechain './node_modules/@aragon/abis/os/artifacts/*.json'

lint:fix

npm run lint -- --fix

build:docs

typedoc --out docs --allowJs --readme none --theme minimal --mode file

test:clean

rm -rf ./.tmp && npm run test:reset-cache

test:watch

ava --watch

build:watch

npm run build -- --watch

check-types

tsc

test:coverage

nyc --reporter text --reporter text-summary --reporter lcovonly npm run test

test:integration

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

test:reset-cache

ava --reset-cache

test:coverage:html

nyc --reporter html npm run test

test:update-snapshots

npm run test:clean && npm run test -- --update-snapshots
npm i @aragon/[email protected]

Metadata

Downloads