| lang | en |
|---|---|
| title | Download examples |
| keywords | LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI, Examples |
| sidebar | lb4_sidebar |
| permalink | /doc/en/lb4/Download-examples.html |
Downloads a LoopBack example project from our GitHub monorepo.
lb4 example [options] [<example-name>]
{% include_relative includes/CLI-std-options.md %}
example-name - Optional name of the example to clone. If provided, the tool
will skip the example-name prompt and run in a non-interactive mode.
See Examples and Tutorials for the list of available examples.
The tool will prompt you for:
- Name of the example to download. If the name had been supplied from the command-line, the prompt is skipped.
The example project is downloaded to a new directory and its dependencies are
installed. For example, when downloading todo example, the tool stores the
files under the newly created loopback4-example-todo directory.