0.0.5 • Published 11 months ago

@mybizwatch/common-util v0.0.5

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

common-util

This is a common library consisting of DTOs and helper files which are common between Bachend Service and the frontend (web-apps / applications).

Developers Guide

  1. Pull the code.
  2. Create your branch.
  3. Make changes.
  4. Commit your changes to the local branch.
  5. Add -SNAPSHOT to the version in package.json file.
  6. Run command npm publish to publish the new version.
  7. Test your changes for the new version.
  8. Remove -SNAPSHOT to the version in package.json file.
  9. Run command npm version patch.
  10. Push the changes to the remote branch.
  11. Get your PR merged.
  12. Finally, run command npm publish.

Creating SNAPSHOT version

  1. Add -SNAPSHOT to the version in package.json file.
  2. Run command npm publish to publish the new version.