Convention-based bootstrapper for LoopBack applications
Go to file
Miroslav Bajtoš a4402a3979 Initial implementation
Move `app.boot()` and its tests from loopback.

Fix jshint warnings.

Clean up unit tests - remove dependency on global variables created
by loopback's test/support.js
2014-05-23 16:50:40 +02:00
test Initial implementation 2014-05-23 16:50:40 +02:00
.gitignore Initial commit 2014-05-23 15:51:20 +02:00
.jshintignore Initial commit 2014-05-23 15:51:20 +02:00
.jshintrc Initial commit 2014-05-23 15:51:20 +02:00
CONTRIBUTING.md Initial commit 2014-05-23 15:51:20 +02:00
LICENSE Initial commit 2014-05-23 15:51:20 +02:00
README.md Initial commit 2014-05-23 15:51:20 +02:00
index.js Initial implementation 2014-05-23 16:50:40 +02:00
package.json Initial implementation 2014-05-23 16:50:40 +02:00

README.md

LoopBack Boot

LoopBack Boot is a convention-based bootstrapper for LoopBack applications.

For full documentation, see the official StrongLoop documentation:

Installation

npm install loopback-boot

Usage

TBD