0.2.7 • Published 10 years ago
generator-ramlsite v0.2.7
RAML Site Generator
Create a NodeJS express hosted RAML site.
Usage
Install yo, grunt-cli, bower, raml2html and generator-ramlsite:
npm install -g grunt-cli bower yo raml2html generator-ramlsiteMake a new directory, and cd into it:
mkdir my-new-project && cd $_Run yo ramlsite, optionally passing an app name:
yo ramlsite [app-name]Run grunt build for building and grunt serve for preview
When running in production ensure that NODE_ENV is set to 'production'