chipster-js-common
TypeScript icon, indicating that this package has built-in type declarations

1.5.3 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i chipster-js-common

Weekly Downloads

16

Version

1.5.3

License

MIT

Unpacked Size

55.1 kB

Total Files

120

Last publish

Collaborators

  • klemela
  • hupponen