|
1 | 1 | # LoopBack Boot
|
2 | 2 |
|
3 |
| -A convention-based bootstrapper for LoopBack applications. |
| 3 | +**This module is in Active LTS mode, new features are no longer accepted.** |
| 4 | +<br/>(See [Module Long Term Support Policy](#module-long-term-support-policy) |
| 5 | +below.) |
4 | 6 |
|
5 |
| -For full documentation, see the official StrongLoop documentation: [Defining boot scripts](https://loopback.io/doc/en/lb2/Defining-boot-scripts) and [Creating a LoopBack application](https://loopback.io/doc/en/lb2/Creating-an-application). |
| 7 | +LoopBack 3 users looking for new features are encouraged to upgrade |
| 8 | +to LoopBack 4. Refer to |
| 9 | +[loopback-next#1849](https://github.com/strongloop/loopback-next/issues/1849) |
| 10 | +for more information on how to upgrade. |
6 | 11 |
|
7 | 12 | ## Overview
|
8 | 13 |
|
| 14 | +A convention-based bootstrapper for LoopBack applications. |
| 15 | + |
| 16 | +For full documentation, see the official StrongLoop documentation: [Defining boot scripts](https://loopback.io/doc/en/lb2/Defining-boot-scripts) and [Creating a LoopBack application](https://loopback.io/doc/en/lb2/Creating-an-application). |
| 17 | + |
9 | 18 | The loopback-boot module initializes (bootstraps) a LoopBack application. Specifically, it:
|
10 | 19 | - Configures data-sources.
|
11 | 20 | - Defines custom models
|
@@ -46,6 +55,19 @@ app.listen();
|
46 | 55 | See [API docs](http://apidocs.strongloop.com/loopback-boot/) for
|
47 | 56 | complete API reference.
|
48 | 57 |
|
| 58 | +## Module Long Term Support Policy |
| 59 | + |
| 60 | +This module adopts the [ |
| 61 | +Module Long Term Support (LTS)](http://github.com/CloudNativeJS/ModuleLTS) policy, |
| 62 | +with the following End Of Life (EOL) dates: |
| 63 | + |
| 64 | +| Version | Status | Published | EOL | |
| 65 | +| ------- | --------------- | --------- | -------- | |
| 66 | +| 3.x | Active LTS | May 2017 | Dec 2019 | |
| 67 | +| 2.x | Maintenance LTS | Jul 2014 | Apr 2019 | |
| 68 | + |
| 69 | +Learn more about our LTS plan in [docs](https://loopback.io/doc/en/contrib/Long-term-support.html). |
| 70 | + |
49 | 71 | ## License
|
50 | 72 |
|
51 | 73 | This module is provided under dual MIT/StrongLoop license. See [LICENSE](LICENSE) for details.
|
0 commit comments