Custom Git script to compile JSDoc / ngdoc and deploy to gh-pages
npm install js-pages
node node_modules/js-pages
- Choose Grunt or Gulp as your task runner to get a pre-built template.
- Choose jsdoc, Grunt version or Gulp version, or ngdoc, Grunt version or Gulp version, as your documentation generator.
- Choose a custom git alias that will be configured for your local repository (defaults to pushdoc)
- Choose whether or not
sudo
is used to install your npm packages