duckweed

v0.4.0
JavaScript microframework for programming reactive interfaces using Model-Action-View architecture

start

jest --watch

test

npm run lint && jest --coverage

build

tsc

build:umd

cross-env NODE_ENV=production webpack

build:min

cross-env NODE_ENV=production webpack --env.minify yes

build:dist

npm run build:umd && npm run build:min

clean

git clean -xdf

rebuild

npm run clean && npm i && npm run build && npm run build:dist

npmjs

npm run rebuild && npm publish

lint

tslint -p . lib

Metadata

  • MIT
  • Whatever
  • Hajime Yamasaki Vukelic
  • released 9/4/2017

Downloads

Maintainers