nx-loopback-next-cli

2.11.2 • Public • Published

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-cli

Basic 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

  1. Generate a loopback app w/ nx-loopback-next ;

  2. Update your workspace.json file :

    {
      "projects": {
        "{{YOUR_PROJECT}}": {
          // ...
          "architect": {
            // ...
            "model": {
              "builder": "@nrwl/workspace:run-commands",
              "options": {
                "command": "nx-lb4 model --appDir={{YOUR_PROJECT}}"
              }
            }
          }
        }
      }
    }
  3. Use the new command :

    nx model gateway

Changes from official repo

  • artifact-generator gets a new option appDir (default: process.cwd()) ;
  • Every generators making use of utils.sourceRootDir are updated to prepend appDir ;

"Fixed" commands

  • model
  • datasource
  • controller
  • interceptor
  • observer
  • openapi
  • relation
  • repository
  • rest-crud
  • service

License

MIT

Package Sidebar

Install

npm i nx-loopback-next-cli

Weekly Downloads

1

Version

2.11.2

License

MIT

Unpacked Size

734 kB

Total Files

214

Last publish

Collaborators

  • cethy