chipster / chipster-nodejs-core

Shared libraries for Chipster nodejs programs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:TypeScript 100.0%