react-radar

v0.2.0-alpha.0
1. Defines the exact fields that exist within a model of data. 2. Optionally casts the return data from the network to a JS type. This is useful for integrating things like moment.js easily. 3. Has a `require` method which allows Components to declare

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

Source Code

Metadata

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

Downloads

Maintainers