0.0.3 • Published 3 years ago
bff-core v0.0.3
NestJS modules
List of modules and its current responsibilities
- guards
Guard
Development
To avoid publishing unfinished and untested package please follow this approach:
- Go to specific module you want to work with
- Run
npm run build
- Run
npm pack
- Once did package file bff-core-X.X.X.tgz would be existed
- Go to you project where you want to use this module and install it in the following way:
npm i /PATH_TO_THE_BFF-CORE/bff-core-X.X.X.tgz