https://github.com/chipster/chipster-js-common
npm install chipster-js-common --save
- 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
- 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