UNPKG

mocha-apiary-reporter

Version:

Generate API documentation using Apiary's Blueprint style, then plug it right into apiary.io to get beautiful docs!

22 lines (14 loc) 240 B
# Contributing Issues & pull requests welcome. ## Setup ```bash # install dependencies npm install # allow mocha-apiary-reporter to require itself npm link npm link mocha-apiary-reporter ``` ## Running the tests ```bash npm test ```