Skip to content

chipster/chipster-nodejs-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Shared libraries for Chipster nodejs programs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published