2.0.0 • Published 4 years ago
kudos-cli v2.0.0
kudos-cli
Command line utility for running Kudos microservices
v2 breaking change
now uses yarn add for updeps
HOW TO DEV
Do some reading on NodeJS command line development. Try this: https://medium.com/netscape/a-guide-to-create-a-nodejs-command-line-package-c2166ad0452e
npm remove kudos-climaybe? So it doesn't conflict with our dev version.npm linksee the reading above. It'll make thekudoscommand reference our dev version.Now when you run
kudos dev allor similar, it should be running your dev code.
Releasing an update
- Update version in package.json
npm loginnpm publish