Skip to content

Instantly share code, notes, and snippets.

@jewelsjacobs
Last active July 18, 2018 21:05
Show Gist options
  • Save jewelsjacobs/5751839 to your computer and use it in GitHub Desktop.
Save jewelsjacobs/5751839 to your computer and use it in GitHub Desktop.
[Run jsdoc] Super simple shell script to run jsdoc with my configuration file to be used with grunt #jsdoc #grunt
#!/bin/bash
node_modules/jsdoc-toolkit/app/run.js -c=node_modules/jsdoc-toolkit/conf/jsdoc.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment