Skip to content

chipster/chipster-js-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Common Chipster libraries for TypeScript code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published