recyclejs

v0.7.0-beta.7
A functional and reactive library for React

prepublish

npm test && npm run build

test:watch

jest -c jest.json --watch

test

jest -c jest.json

build

babel src -d ./

docs:prepare

gitbook install

docs:watch

npm run docs:prepare && gitbook serve

docs:build

npm run docs:prepare && rm -rf _book && gitbook build

docs:publish

npm run docs:build && git init && git commit --allow-empty -m 'Update docs' && git checkout -b gh-pages && git add . && git commit -am 'Update docs' && git push https://github.com/recyclejs/recycle gh-pages --force && git checkout master

Metadata

  • MIT
  • Whatever
  • Domagoj Kriskovic
  • released 1/13/2017

Downloads

Maintainers