@elda-joy/common-util
v0.0.7
Published
Common library for backend and frontend in elda-joy
Downloads
2
Readme
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
- Pull the code.
- Create your branch.
- Make changes.
- Commit your changes to the local branch.
- Add
-SNAPSHOT
to the version in package.json file. - Run command
npm publish
to publish the new version. - Test your changes for the new version.
- Remove
-SNAPSHOT
to the version in package.json file. - Run command
npm version patch
. - Push the changes to the remote branch.
- Get your PR merged.
- Finally, run command
npm publish
.
Creating SNAPSHOT version
- Add
-SNAPSHOT
to the version in package.json file. - Run command
npm publish
to publish the new version.