@devops-premade/ms-common
v1.0.4
Published
Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth i
Downloads
4
Readme
ms-common
TODO: description
Usage
const msCommon = require('ms-common');
// TODO: DEMONSTRATE API
Publish
prerequisites
- require login to npm registry
pnpm adduser
before publishing increment the version:
Patch version (e.g., 1.0.0 to 1.0.1):
npm version patch
Minor version (e.g., 1.0.0 to 1.1.0):
npm version minor
Major version (e.g., 1.0.0 to 2.0.0):
npm version major
to publish the package cd into it and run:
pnpm publish --access=public --no-git-checks