generator-restify-server
This generator will scaffold out a RESTify server that uses:
- config and json5 for configuration
- bunyan for logging
- mocha and supertest for testing
- cluster for managing workers
This generator is based on (but not identical to) restify-base.
Getting Started
To install generator-restify-server from npm, run:
npm install -g generator-restify-server
Finally, initiate the generator:
yo restify-server
License
MIT