1.0.0 • Published 10 years ago
eatinabit-js-lib v1.0.0
eatinabit-js-lib
Developing
git clone (the upstream or your fork)
npm run install-pre-commitWhen you make a change to implementation code, to re-compile your changes and run the tests:
npm run build-testWhen you change test code, to run the tests (without re-compiling the implementation code):
npm run testDistributing
Update the version in package.json, and run:
npm publishUsing in another project
To install:
npm install eatinabit-js-libThe installed directory, in node_modules/eatinabit-js-lib, will contain three main files:
dist/lib-es5-with-browser-polyfill.js
dist/lib-es5-without-browser-polyfill.js
dist/lib-es6.js1.0.0
10 years ago