The LoopBack application generator creates a new LoopBack application:
$ slc loopback
You will be greeted by the friendly Yeoman ASCII art (under the hood slc
uses Yeoman) and prompted for:
- Name of the directory in which to create your application. Press Enter to create the application in the current directory.
- Name of the application, that defaults to the directory name you previously entered.
The tool creates the standard LoopBack application structure. See 项目结构参考 for details.