Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@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
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 0 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.