https://github.com/chipster/chipster-nodejs-core
npm install chipster-nodejs-core@latest --save- 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- 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