node.js:
npm install tower-doc-cookbookGenerate Tower API docs with newly cloned modules (Do this to generate the latest docs):
$ tower create doc:tower -t views/docs.ejsGenerate Tower API docs with existing cloned modules:
$ tower create doc:tower -t views/docs.ejs -g falseBefore 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