koine

v0.1.0
a common ui component library

build

babel lib -d build

build:watch

babel lib -w -d build

lint

eslint lib/**; exit 0

lint:watch

esw -w lib/**

prepublish

npm run build

review

npm run lint && npm test

test

jest lib/**

test:clean

rimraf ./coverage

test:watch

jest lib/** --watch

test:watchAll

jest lib/** --watchAll

test:coverage:report

open coverage/lcov-report/index.html

Metadata

  • MIT
  • Whatever
  • Alan Smith
  • released 10/15/2017

Downloads

Maintainers