@daostack/arc.js

v0.2.90
[![Build Status](https://travis-ci.com/daostack/client.svg?token=aXt9zApRNkfx8zDMypWx&branch=master)](https://travis-ci.com/daostack/client)

build

tsc

build:watch

tsc --watch

build:docs

typedoc --out docs --target commonjs --mode file src

bundle

rollup -c rollup.config.ts -w

lint

npm run tslint

prepublish

npm run copy-abis && npm run build

copy-abis

node scripts/copyABIsFromMigration.js

prebuild

rimraf dist

quality

npm run test:prod

report-coverage

cat ./coverage/lcov.info | coveralls

test

jest --runInBand --forceExit

test:watch

jest --watch

tslint

tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'

lint-fix

tslint --fix --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'

test-env-up

./test-env-up.sh

test-ci

./test-ci.sh
npm i @daostack/arc.js

Metadata

  • MIT
  • >=6.0.0
  • DAOstack
  • released 6/4/2021

Downloads