create-restify
v0.0.3
Published
create-restify CLI
Downloads
3
Readme
Customizing your CLI
Lib boilerplate Restify Project
Get started
npm init restify myApp
cd myApp
npm run dev
Folder Structure
|-- src
| |-- Http
| | `-- UserController.js
| |-- Models
| | `-- User.js
| |-- index.js
| |-- routes.js
| `-- server.js
`-- package.json
License
MIT - see LICENSE