Skip to content

Set of libraries to help express application development

License

Notifications You must be signed in to change notification settings

tirthaguha/rapidcode

Repository files navigation

Commitizen friendly Build Status

rapidcode

A collection of utility functions that is intended to make writing express based microservices easy for the developers.

Setting up this repo

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

Adding npm packages to one or more modules

Use the standard lerna command to install dependencies for the packages. https://github.com/lerna/lerna/tree/main/commands/add

Creating a new package

lerna create @rapidcode/<package_name>

Building Versioning and Publishing

lerna version --conventional-commits
npm adduser
lerna publish from-git

About

Set of libraries to help express application development

Resources

License

Stars

Watchers

Forks

Packages

No packages published