mwe-common-library-client

6.5.4 • Public • Published

mwe-common-library-client

Running the Project

npm install
npm run start

Run Demo

cd demo
npm install
npm run start

Bumping the Package Version

In the main branch, run one of the commands below to bunp the package version. It will update the version in the package.json, package-lock.json, and create a new version tag. It will also automatically commit the changes to those files.

When publishing package versions, please follow semantic versioning.

Major version

Publish a major version when you make incompatible API changes.

npm version major

Minor version

Publish a minor version when you add functionality in a backward compatible manner.

Patch version

npm version minor

Publish a patch version when you make backward compatible bug fixes.

npm version patch

Publishing to Azure DevOps Artifacts

Run git push --follow-tags to push the main branch and tags to remote.

Pushing with a new version tag will trigger a build and deploy the package to Azure DevOps Artifacts.

Readme

Keywords

Package Sidebar

Install

npm i mwe-common-library-client

Weekly Downloads

77

Version

6.5.4

License

MWE

Unpacked Size

16.2 MB

Total Files

78

Last publish

Collaborators

  • kuralew