js-pages
v1.0.5
Published
Custom Git script to compile JSDoc / ngdoc and deploy to gh-pages
Downloads
7
Readme
:notebook: js-pages
Custom Git script to compile JSDoc / ngdoc and deploy to gh-pages
Install / Run
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