@loopback/docs
Version:
Documentation for LoopBack 4
49 lines (44 loc) • 902 B
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</code>
</td>
<td> Create a new LoopBack4 application
</td>
<td>
<a href="Application-generator.html">Application generator</a>
</td>
</tr>
<tr>
<td>
<code>lb4 extension</code>
</td>
<td> Create a new LoopBack4 extension
</td>
<td>
<a href="Extension-generator.html">Extension generator</a>
</td>
</tr>
<tr>
<td>
<code>lb4 example</code>
</td>
<td> Download one of LoopBack example projects
</td>
<td>
<a href="Download-examples.html">Download examples</a>
</td>
</tr>
</tbody>
</table>