generator-loopback
Version:
Yeoman generator for LoopBack
46 lines (29 loc) • 1.46 kB
Markdown
# generator-loopback
**⚠️ LoopBack 3 is in Maintenance LTS mode, only critical bugs and critical
security fixes will be provided. (See
[Module Long Term Support Policy](#module-long-term-support-policy) below.)**
We urge all LoopBack 3 users to migrate their applications to LoopBack 4 as
soon as possible. Refer to our
[Migration Guide](https://loopback.io/doc/en/lb4/migration-overview.html)
for more information on how to upgrade.
## Overview
[Yeoman](http://yeoman.io) generator that scaffolds out
a [loopback](http://loopback.io/) application.
## Getting Started
* Install: `npm install -g generator-loopback`
* Run `yo loopback`
* Run `node .` to start the scaffolded server
See the [documentation](https://loopback.io/doc/en/lb3/Application-generator.html)
for more information.
## Mailing List
Discuss features and ask questions on
[LoopBack Forum](https://groups.google.com/forum/#!forum/loopbackjs).
## License
[MIT](LICENSE).
## Module Long Term Support Policy
This module adopts the [Module Long Term Support (LTS)](http://github.com/CloudNativeJS/ModuleLTS) policy, with the following End Of Life (EOL) dates:
| Version | Status | Published | EOL |
| ------- | --------------- | --------- | -------- |
| 6.x | Maintenace LTS | Nov 2018 | Dec 2020 |
| 5.x | End-of-Life | Sep 2017 | Apr 2019 |
Learn more about our LTS plan in the [docs](https://loopback.io/doc/en/contrib/Long-term-support.html).