0.0.1 • Published 9 years ago
webpack-angular-dgeni-plugin v0.0.1
webpack-angular-dgeni-plugin
Webpack plugin for generate dgeni angular documentation with default template
Angular documentation is generated with DGeni
Please refer to Angular documentation for doc's comments generation.
Installation
npm install webpack-angular-dgeni-plugin
Configuration
Webpack plugin definition :
new DocsGeneratorPlugin({
enable : true,
staticContent: './docs',
sources : {
include : 'src/app/**/**/*.js',
basePath: 'src/app'
},
output : 'dist-docs'
})enableallow you to disable docs generation with variablestaticContentcontain ngdoc static file (markdown type). You can find example understatic-examplesourcesdescribe all folder to be scanincludesource glob patternbasePathroot path for source pattern
outputoutput directory
ChangeLog
###v0.0.1
- Add Webpack plugin structure
- Add Dgeni processor
- Add Dgeni templates
License
MIT License
Copyright (c) 2016 Groupe SII