koine

v1.2.0
a common ui component library

build

babel lib -d build

build:watch

babel lib -w -d build

deploy

npm run styleguide:build && gh-pages -d styleguide -b gh-pages

lint

npm run lint:js && npm run lint:style

lint:js

eslint lib/**; exit 0

lint:js:watch

esw -w lib/**

prepublish

npm run build

review

run-s lint test:clean test test:coverage:report

lint:style

stylelint -- "./lib/**/*.js"

styleguide

styleguidist server

styleguide:build

styleguidist build

test

jest lib/**; exit 0

test:clean

rimraf ./coverage

test:watch

jest lib/** --watch

test:watchAll

jest lib/** --watchAll

test:coverage:report

open ./coverage/lcov-report/index.html
npm i koine

Metadata

  • MIT
  • Whatever
  • Alan Smith
  • released 1/28/2018

Downloads

Maintainers