UNPKG

@loopback/docs

Version:

Documentation files rendered at [https://loopback.io](https://loopback.io)

61 lines (54 loc) 1.34 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</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 update</code></td> <td>Check and/or update project dependencies of LoopBack modules</td> <td><a href="Update-generator.html">Project dependency update</a></td> </tr> <tr> <td><code>lb4 copyright</code></td> <td>Add or update copyright/license header for JavaScript/TypeScript files</td> <td><a href="Copyright-generator.html">Copyright 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>