restify-create-app
v2.1.2
Published
This is a easy CLI to install all the needed dependencies to build a MV* RESTfull API with RestifyJs
Downloads
15
Maintainers
Readme
restify-create-app
restify-create-app is a simple tool builded to help RestifyJs developers on create RESTfull APIs. Basically this package install a new CLI who gives access to a command that will install all dependencies you need related to RestifyJs and create a simple HTTP server.
Installation
Use the package manager npm to install restify-create-app.
npm install restify-create-app --save-dev -g
Usage
Run the command to install all dependencies and create a HTTP server. The dependencies that will be instaled are:
restify-create-app new
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.