@futureforwards/aki-egrow-common
v1.0.189
Published
Thank you for considering contributing to our project! Please follow these guidelines to contribute effectively.
Downloads
22
Readme
Contributing to AKI-COMMON
Thank you for considering contributing to our project! Please follow these guidelines to contribute effectively.
Clone git repo
git clone https://github.com/anjamerica/aki-microservices.git
Making Changes to Common Package
If you're making changes to the common package, follow these steps:
Make the necessary changes to the codebase.
Once changes are made, publish to npm using the following command:
npm run pub
Updating Microservice Package
To update the package in a microservice folder to fetch the latest version, follow these steps:
Go to the microservice folder in your terminal.
Run the following command:
npm update --save @futureforwards/aki-egrow-common
Example:
npm update --save @futureforwards/aki-egrow-common