Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@loopback/cli

Package Overview
Dependencies
Maintainers
0
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loopback/cli

Yeoman generator for LoopBack 4

  • 6.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.7K
decreased by-13.89%
Maintainers
0
Weekly downloads
 
Created
Source

@loopback/cli

This module contains the official CLI for LoopBack 4.

Installation

Run the following command to install the CLI.

$ npm install -g @loopback/cli

Basic Use

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.

Contributions

Tests

run npm test from the root folder.

Contributors

See all contributors.

License

MIT

Keywords

FAQs

Package last updated on 18 Nov 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc