Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.
/ angular-docs Public archive

Publish angular documentation (ngdoc) to a gh-pages branch on Github

License

Notifications You must be signed in to change notification settings

buildium/angular-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-docs

standard-readme compliant

Publish angular documentation (ngdoc)

Background

Generate static documentation based on the ngdoc flavor of jsdoc.

Your documentation is complete when someone can use your module without ever having to look at its code. This is very important. This makes it possible for you to separate your module's documented interface from its internal implementation (guts). This is good because it means that you are free to change the module's internals as long as the interface remains the same.

Remember: the documentation, not the code, defines what a module does.

~ Ken Williams, Perl Hackers

Install

This project uses node and npm. Go check them out if you don't have them locally installed.

$ npm install --global @buildium/angular-docs

Usage

$ buildium-angular-docs --help
# Prints out the available commands and options

Programmatic API

var buildiumAngularDocs = require('@buildium/angular-docs');

buildiumAngularDocs({
    scripts: [ 'src/index.js' ],
    title: 'My AngularJS Docs',
    sourceFiles: [ '../src/**/*.js' ],
    destination: '../docs',
    ghPages: true
});

Contribute

Feel free to dive in! Open an issue or submit PRs.

angular-docs follows the Contributor Covenant Code of Conduct.

License

MIT © Buildium

About

Publish angular documentation (ngdoc) to a gh-pages branch on Github

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages