A collection of utility functions that is intended to make writing express based microservices easy for the developers.
Step 1: Install lerna
npm install lerna -g
or use lerna with npx
Step 2: Run the following on the root of the project
npm install
lerna bootstrap --hoist
Use the standard lerna command to install dependencies for the packages. https://github.com/lerna/lerna/tree/main/commands/add
lerna create @rapidcode/<package_name>
lerna version --conventional-commits
npm adduser
lerna publish from-git