chipster-nodejs-core
TypeScript icon, indicating that this package has built-in type declarations

0.6.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i chipster-nodejs-core

Weekly Downloads

95

Version

0.6.1

License

MIT

Unpacked Size

61.4 kB

Total Files

16

Last publish

Collaborators

  • klemela
  • hupponen