arc-js2

v0.0.0
This is a proof of concept for an alternative design for Arc.js. This means that most of the things are implemeted as stubs, except for the general architecture and a small subset of things that serve as examples on how the rest of the library would look

ganache

ganache-cli

lint

tslint -t codeFrame 'src/**/*.ts' 'test/**/*.ts'

prebuild

rimraf dist

build

tsc --module commonjs && rollup -c rollup.config.ts && cp src/deployment.json dist && typedoc --out docs --target es6 --theme minimal --mode file src

start

rollup -c rollup.config.ts -w

test

jest

test:watch

jest --watch

test:prod

npm run lint && npm run test -- --coverage --no-cache

deploy-docs

ts-node tools/gh-pages-publish

report-coverage

cat ./coverage/lcov.info | coveralls

commit

git-cz

semantic-release

semantic-release

semantic-release-prepare

ts-node tools/semantic-release-prepare

precommit

lint-staged
npm i arc-js2

Source Code

Metadata

  • MIT
  • >=6.0.0
  • Matan Tsuberi
  • released 4/11/2018

Downloads