Developers have npm run-script doc which really just runs jsduck. They are quite opposed to:
- have npm to install jsduck via bundler/adding a Gemfile
- use bundler/rakefile/gemfile
- want to keep npm run-script doc
For most repositories, the doc entry point just runs jsduck. So we will want a Jenkins job that runs on Nodepool instances and do something like:
gem install jsduck jsduck
This task blocks: