Package Exports
- nx-loopback-next-cli
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (nx-loopback-next-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
nx-loopback-next-cli (@loopback/cli fork)
Nx friendly @loopback/cli (official CLI for LoopBack 4)
Installation
Run the following command to install the CLI.
yarn add nx-loopback-next-cliBasic Use
Run nx-lb4 --commands or nx-lb4 -l to list all available commands:
See CLI reference for a detailed documentation.
Usage w/ loopback 4
Generate a loopback app w/ nx-loopback-next ;
Update your
workspace.jsonfile :{ "projects": { "{{YOUR_PROJECT}}": { // ... "architect": { // ... "model": { "builder": "@nrwl/workspace:run-commands", "options": { "command": "nx-lb4 model --appDir={{YOUR_PROJECT}}" } } } } } }
Use the new command :
nx model gateway
Changes from official repo
artifact-generatorgets a new optionappDir(default:process.cwd()) ;- Every generators making use of
utils.sourceRootDirare updated to prependappDir;
"Fixed" commands
- model
- datasource
- controller
- interceptor
- observer
- openapi
- relation
- repository
- rest-crud
- service
License
MIT