0.2.2 • Published 9 years ago

gulp-apidoc-to-markdown v0.2.2

Weekly downloads
33
License
-
Repository
github
Last release
9 years ago

Build Status

#gulp-apidoc-markdown

Getting Started

Install the module with: npm install gulp-apidoc-markdown

var apidoc2md = require('gulp-apidoc-markdown');

gulp.task('apidoc-to-markdown', function(){
    apidoc2md.generate(process.cwd() + "/docs/", process.cwd() + "/docs/test.md");
});

Documentation

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Gulp.

License

Copyright (c) 2015 Adam Gavish
Licensed under the MIT license.

0.2.2

9 years ago

0.2.1

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago