react-maestro

v0.1.0-alpha
What's the point in remaking something that will ALWAYS work better? Not to mention, it is incredibly complex and therefore hard to re-implement.

start

cross-env NODE_ENV=development node server.js

build

npm run build:es5 && npm run build:es && npm run build:dist

build:es5

rm -rf es5 && cross-env NODE_ENV=cli babel ./lib --out-dir es5

build:es

rm -rf es && cross-env NODE_ENV=production babel ./lib --out-dir es

build:dist

rm -rf dist && cross-env NODE_ENV=production webpack --config webpack.config.js

start:cli

npm run node ./lib/index.js

node

cross-env NODE_ENV=cli babel-node

check

flow

init:check

flow init

test

cross-env BABEL_ENV=cli jest --silent

test:cov

npm test -- --coverage

watch:es5

cross-env NODE_ENV=cli babel ./lib -w --out-dir es5

watch:es

cross-env NODE_ENV=es babel ./lib -w --out-dir es

watch:test

npm test -- --watch

prepublish

npm test && npm run build

analyze

cross-env NODE_ENV=production webpack --config webpack.config.js -j | webpack-bundle-size-analyzer

docs:dev

jsdoc -c jsdoc.json
npm i react-maestro

Source Code

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 2/24/2017

Downloads

Maintainers