DEPRECATED: This repository together with others has been merged into the orbiting/backends monorepo. Let's continue the journey there.
modules used in various backend projects.
yarn install
note: due to this issue, we had to remove the postinstall
script, thus making this repo work with yarn only. If you want to use it with npm add the script again
"postinstall": "lerna bootstrap"
To develop backend-modules in combination with a consuming project, first run yarn run link
inside here then execute yarn run link:backend-modules
in the consuming repo.
yarn run commit