chipster-js-common
v1.5.3
Published
https://github.com/chipster/chipster-js-common
Downloads
149
Readme
Common Chipster libraries for JavaScript
https://github.com/chipster/chipster-js-common
Usage
npm install chipster-js-common --save
Changes
Test locally
- Link the local project
cd ~/git/chipster-js-common/
npm link
cd ~/git/YOUR_PROJECT/
npm link chipster-js-common
- Do your changes
- Compile this project
tsc
- Compile your project
- Repeat from start until ready
- Remove the local link
npm install
Publish
- Bump the version number in package.json
- Publish it to npmjs.com
npm publish
- Update the version number in the package.json of your project
- Install it
npm install