
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@loopback/cli
Advanced tools
This module contains the official CLI for LoopBack 4.
Run the following command to install the CLI.
$ npm install -g @loopback/cli
Run lb4 --commands or lb4 -l to list all available commands:
$ lb4 -l
Use the option --help to learn more about any specific command:
$ lb4 model --help
Run lb4 or lb4 app to scaffold a new LoopBack 4 project.
$ lb4 app
? Project name: my-awesome-app
(etc.)
Use lb4 --version (or lb4 -v) to print out version information to include in
bug reports, for example:
$ lb4 -v
@loopback/cli version: 1.8.1
@loopback/* dependencies:
- @loopback/authentication: ^1.0.14
- @loopback/boot: ^1.0.14
- @loopback/build: ^1.3.1
- @loopback/context: ^1.6.0
- @loopback/core: ^1.1.7
- (etc.)
See CLI reference for a detailed documentation.
run npm test from the root folder.
See all contributors.
MIT
FAQs
Yeoman generator for LoopBack 4
The npm package @loopback/cli receives a total of 2,627 weekly downloads. As such, @loopback/cli popularity was classified as popular.
We found that @loopback/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.