2.1.2 • Published 6 years ago
restify-create-app v2.1.2
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 -gUsage
Run the command to install all dependencies and create a HTTP server. The dependencies that will be instaled are:
- restify
- restify-router
- restify-errors All of then could be found on NPM website.
restify-create-app newContributing
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.