node.js:
npm install tower-doc-cookbook
Generate Tower API docs with newly cloned modules (Do this to generate the latest docs):
$ tower create doc:tower -t views/docs.ejs
Generate Tower API docs with existing cloned modules:
$ tower create doc:tower -t views/docs.ejs -g false
Before you send a pull request, make sure your code meets the style guidelines at https://github.com/tower/style-guide and all tests pass.
MIT