@dorgtech/arc.js

v2.0.0-experimental.11
[![Build Status](https://travis-ci.com/daostack/arc.js.svg?token=aXt9zApRNkfx8zDMypWx&branch=master)](https://travis-ci.com/daostack/arc.js)

build

tsc

build:watch

tsc --watch

build:docs

typedoc --out docs --target commonjs --theme markdown --mode file --plugin typedoc-plugin-markdown src

bundle

rollup -c rollup.config.ts

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'
npm i @dorgtech/[email protected]

Metadata

  • MIT
  • >=6.0.0
  • DAOstack
  • released 5/14/2020

Downloads