1.0.4 • Published 12 months ago

@devops-premade/ms-common v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

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