2.11.2 • Published 5 years ago
nx-loopback-next-cli v2.11.2
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