Split bootLoopBackApp into two steps: - compile - execute Most of the changes are just shuffling the existing code around. What has changed: - `loopback.autoAttach()` is called after `models/*` are required. The calls were made in the opposite order before this commit. |
||
---|---|---|
docs | ||
lib | ||
test | ||
.gitignore | ||
.jshintignore | ||
.jshintrc | ||
CHANGES.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
docs.json | ||
index.js | ||
package.json |
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