@thomas-brekelmans/fds

v0.0.1
## Build files The source code in this repository (located in /src) needs to be compiled to ES2015 JavaScript (located in /lib).

build

cross-env NODE_ENV=production rollup --config rollup.config.js

lint

eslint ./src

postinstall

node ./scripts/postinstall.js

precommit

node ./scripts/precommit.js

pretty-print

eslint ./src --fix

start

npm run watch

test

jest

watch

npm-run-all -l -p watch:*

watch:code

cross-env NODE_ENV=development rollup --config rollup.config.js --watch

watch:test

jest --watch --colors
npm i @thomas-brekelmans/[email protected]

Metadata

  • Unknown
  • Whatever
  • Unknown
  • released 3/25/2020

Downloads