Convention-based bootstrapper for LoopBack applications
Go to file
Miroslav Bajtoš 9930934686 cleanup: remove unused code in requireDir()
No changes in functionality.
2014-05-27 16:05:43 +02:00
lib Load datasources and app cfg from multiple files 2014-05-27 14:08:58 +02:00
test Custom rootDir for models and datasources 2014-05-27 14:49:11 +02:00
.gitignore Load datasources and app cfg from multiple files 2014-05-27 14:08:58 +02:00
.jshintignore Custom rootDir for models and datasources 2014-05-27 14:49:11 +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 cleanup: remove unused code in requireDir() 2014-05-27 16:05:43 +02:00
package.json Load datasources and app cfg from multiple files 2014-05-27 14:08:58 +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