Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/strongloop/generator-loopback
Yeoman generator that scaffolds out a LoopBack application
https://github.com/strongloop/generator-loopback
Last synced: about 15 hours ago
JSON representation
Yeoman generator that scaffolds out a LoopBack application
- Host: GitHub
- URL: https://github.com/strongloop/generator-loopback
- Owner: strongloop
- License: other
- Created: 2014-05-12T09:15:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-01-23T15:38:36.000Z (almost 4 years ago)
- Last Synced: 2024-09-21T09:12:03.913Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://loopback.io
- Size: 2.32 MB
- Stars: 158
- Watchers: 48
- Forks: 73
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# generator-loopback
**⚠️ LoopBack 3 has reached end of life. We are no longer accepting pull requests or providing
support for community users. The only exception is fixes for critical bugs and security
vulnerabilities provided as part of support for IBM API Connect customers. (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 serverSee 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 | End-of-Life | 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).