Thank you for considering contributing to our project! Please follow these guidelines to contribute effectively.
git clone https://github.com/anjamerica/aki-microservices.git
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
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