UNPKG

@loopback/docs

Version:
46 lines (39 loc) 1.24 kB
<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 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 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 openapi</code></td> <td>Generate controllers and models from OpenAPI specs</td> <td><a href="OpenAPI-generator.html">OpenAPI generator</a></td> </tr> </tbody> </table>