@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
86 lines (74 loc) • 2.69 kB
HTML
<head>
{% include analytics.html %}
</head>
<table width="750">
<thead>
<tr>
<th width="200">Commands</th>
<th>Description</th>
<th width="200">See</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>lb4 controller</code></td>
<td>Add a new controller to a LoopBack 4 application</td>
<td><a href="Controller-generator.html">Controller generator</a></td>
</tr>
<tr>
<td><code>lb4 datasource</code></td>
<td>Add a new datasource to a LoopBack 4 application</td>
<td><a href="DataSource-generator.html">DataSource generator</a></td>
</tr>
<tr>
<td><code>lb4 import-lb3-models</code></td>
<td>Import one or more LoopBack 3 models to a LoopBack 4 application</td>
<td><a href="Importing-LB3-models.html">Importer for LoopBack 3 models</a></td>
</tr>
<tr>
<td><code>lb4 model</code></td>
<td>Add a new model to a LoopBack 4 application</td>
<td><a href="Model-generator.html">Model generator</a></td>
</tr>
<tr>
<td><code>lb4 relation</code></td>
<td>Add a relation between two models in a LoopBack 4 application</td>
<td><a href="Relation-generator.html">Relation generator</a></td>
</tr>
<tr>
<td><code>lb4 repository</code></td>
<td>Add new repositories for selected model(s) to a LoopBack 4 application</td>
<td><a href="Repository-generator.html">Repository generator</a></td>
</tr>
<tr>
<td><code>lb4 service</code></td>
<td>Add a new remote or local service to a LoopBack 4 application</td>
<td><a href="Service-generator.html">Service generator</a></td>
</tr>
<tr>
<td><code>lb4 openapi</code></td>
<td>Generate controllers and models from OpenAPI specs</td>
<td><a href="OpenAPI-generator.html">OpenAPI generator</a></td>
</tr>
<tr>
<td><code>lb4 discover</code></td>
<td>Discover models from relational databases</td>
<td><a href="Discovering-models.html">Model Discovery</a></td>
</tr>
<tr>
<td><code>lb4 observer</code></td>
<td>Generate life cycle observers for application start/stop</td>
<td><a href="Life-cycle-observer-generator.html">Life cycle observer generator</a></td>
</tr>
<tr>
<td><code>lb4 interceptor</code></td>
<td>Generate interceptors</td>
<td><a href="Interceptor-generator.html">Global interceptor generator</a></td>
</tr>
<tr>
<td><code>lb4 rest-crud</code></td>
<td>Generate rest configs for model endpoints</td>
<td><a href="Rest-Crud-generator.html">Model endpoint generator</a></td>
</tr>
</tbody>
</table>