react-day-picker-substyled

v2.2.4
Flexible date picker component for React
react react-component component calendar date-picker datepicker date picker moment and 2 more...

clean

rimraf lib coverage

lint

eslint src test

test

mocha --compilers js:babel-core/register --recursive --reporter spec

test:watch

npm test -- --watch

cover

babel-node ./node_modules/istanbul/lib/cli cover -- _mocha --recursive --reporter spec

check

npm run lint && npm run test

build

babel ./src -d ./lib --source-maps

prepublish

npm run clean && npm run build

examples:clean

rimraf examples/built

examples:build

npm run examples:clean && cd examples && npm run build && cd ..

docs:clean

rimraf _book

docs:prepare

gitbook install

docs:build

npm run docs:prepare && gitbook build

docs:watch

npm run docs:prepare && gitbook serve

docs:publish

npm run docs:clean && npm run docs:build && npm run examples:build && rimraf _book/examples && mv examples/built _book/examples && cd _book && git init && git commit --allow-empty -m 'Update docs and examples' && git checkout -b gh-pages && touch .nojekyll && git add . && git commit -am 'Update docs and examples' && git push [email protected]:gpbl/react-day-picker gh-pages --force

Metadata

  • MIT
  • Whatever
  • Giampaolo Bellavite
  • released 7/27/2016

Downloads