From 5080ec75bc0829242c57d14847fbfa1c465680d7 Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Wed, 12 Jul 2017 17:10:18 -0700 Subject: [PATCH] add tools to README (#1353) --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 567fc6c1..d54c877a 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ By default, the generated documentation is saved in a directory named `out`. You Run `jsdoc --help` for a complete list of command-line options. -Templates and Build Tools -------------------------- +Templates and Tools +------------------- The JSDoc community has created numerous templates and other tools to help you generate and customize your documentation. Here are just a few: @@ -67,6 +67,12 @@ customize your documentation. Here are just a few: + [JSDoc Grunt plugin](https://github.com/krampstudio/grunt-jsdoc) + [JSDoc Gulp plugin](https://github.com/mlucool/gulp-jsdoc3) +### Other Tools + ++ [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown) ++ [Integrating GitBook with +JSDoc](https://medium.com/@kevinast/integrate-gitbook-jsdoc-974be8df6fb3) + For More Information --------------------