Back to Loopback Next

Lb4 Artifact Commands

docs/site/tables/lb4-artifact-commands.html

4.0.0-alpha.11.6 KB
Original Source

{% include analytics.html %}

CommandsDescriptionSee
lb4 controllerAdd a new controller to a LoopBack 4 applicationController generator
lb4 datasourceAdd a new datasource to a LoopBack 4 applicationDataSource generator
lb4 import-lb3-modelsImport one or more LoopBack 3 models to a LoopBack 4 applicationImporter for LoopBack 3 models
lb4 modelAdd a new model to a LoopBack 4 applicationModel generator
lb4 relationAdd a relation between two models in a LoopBack 4 applicationRelation generator
lb4 repositoryAdd new repositories for selected model(s) to a LoopBack 4 applicationRepository generator
lb4 serviceAdd a new remote or local service to a LoopBack 4 applicationService generator
lb4 openapiGenerate controllers and models from OpenAPI specsOpenAPI generator
lb4 discoverDiscover models from relational databasesModel Discovery
lb4 observerGenerate life cycle observers for application start/stopLife cycle observer generator
lb4 interceptorGenerate interceptorsGlobal interceptor generator
lb4 rest-crudGenerate rest configs for model endpointsModel endpoint generator