gulp-documentation
gulp-documentation copied to clipboard
Use gulp with documentation to generate great documentation for your JavaScript projects.
## The devDependency [lint-staged](https://github.com/okonet/lint-staged) was updated from `7.3.0` to `8.0.0`. This version is **not covered** by your **current version range**. If you donβt accept this pull request, your project will...
## The devDependency [husky](https://github.com/typicode/husky) was updated from `0.14.3` to `1.0.0`. This version is **not covered** by your **current version range**. If you donβt accept this pull request, your project will...
## Version **10.7.2** of [tap](https://github.com/tapjs/node-tap) just got published. Dependency tap Current Version 10.7.1 Type devDependency The version **10.7.2** is **not covered** by your **current version range**. Without accepting this pull...
## The dependency [through2](https://github.com/rvagg/through2) was updated from `2.0.5` to `3.0.0`. This version is **not covered** by your **current version range**. If you donβt accept this pull request, your project will...
## Version **7.0.0** of [documentation](https://github.com/documentationjs/documentation) was just published. Dependency documentation Current Version 6.3.3 Type devDependency The version **7.0.0** is **not covered** by your **current version range**. If you donβt accept...
I have the documentation building correctly via Gulp. However, the **options** and **formatterOptions** that i pass in do not seem to affect anything. My name and version do not get...
## Version 10 of Node.js (code name Dubnium) has been released! π To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following...
I have the following configuration in my `gulpfile.js`: ``` gulp.task("docs", function() { gulp.src("src/**/*.js") .pipe(documentation('html', { shallow: true }, { name: pkg.name, version: pkg.version })) .pipe(gulp.dest("dist/docs")); }); ``` When I add...
When I attempt to run my gulp-documentation task, it works fine on the file pointed to as the `src`, but won't recurse into any of my imported files. Here's the...