@antongolub/iso8601

v0.0.3
Strict ISO8601 datetime parser
iso8601 ISO 8601 datetime date time parser

jest

jest -w 1

lint

standard-flow src/**/*.js test/**/*.js

flow

flow

test

npm run lint && npm run flow && npm run jest

flow_coverage

flow-coverage-report -i 'src/**/*.js' -t html -t json -t text --threshold 90

build

BABEL_ENV=production babel src --out-dir dist

test_with_push

npm test && npm run codeclimate_push && npm run coveralls_push

codeclimate_push

codeclimate-test-reporter < ./coverage/lcov.info

coveralls_push

cat ./coverage/lcov.info | coveralls

minor

npm test && npm run build && standard-version --release-as minor && npm run postversion

major

npm test && npm run build && standard-version --release-as major && npm run postversion

release

npm test && npm run build && standard-version && npm run postversion

postversion

npm run push && npm publish

push

git push --follow-tags origin master
npm i @antongolub/[email protected]

Metadata

  • MIT
  • Whatever
  • Anton Golub
  • released 4/21/2018

Downloads

Maintainers