@antongolub/iso8601

v1.2.1
Strict ISO8601 datetime parser
iso8601 ISO 8601 datetime date time parser

jest

jest -w 1

lint

standard-flow src/**/*.js

lint:fix

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

flow

flow

flow:fetch

flow-typed install jest@24

flow:coverage

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

test

npm run lint && npm run flow && npm run flow:coverage && npm run jest

build

npm run build:es5 && npm run docs

build:es5

BABEL_ENV=production babel src/main/js --out-dir target/es5

test:report

npm test && npm run coveralls:push

coveralls:push

cat ./coverage/lcov.info | coveralls

docs

esdoc

postupdate

npm i && npm audit fix && npm run build && npm run test
npm i @antongolub/[email protected]

Metadata

  • MIT
  • Whatever
  • Anton Golub
  • released 12/17/2019

Downloads

Maintainers