chipster-nodejs-core
v0.8.2
Published
https://github.com/chipster/chipster-nodejs-core
Downloads
132
Readme
Common Chipster libraries for Node.js
https://github.com/chipster/chipster-nodejs-core
Usage
npm install chipster-nodejs-core@latest --save
Changes
Test locally
- Link the local project
cd ~/git/chipster-nodejs-core/
npm link
cd ~/git/YOUR_PROJECT/
npm link chipster-nodejs-core
- 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
- Install the latest version to your project
npm install chipster-nodejs-core@latest