This package has been deprecated

Author message:

Deprecated package, please use @compodoc/gulp-compodoc

gulp-compodoc

0.0.1 • Public • Published

gulp-compodoc

Compodoc plugin for gulp

Compodoc: The missing documentation tool for your Angular application
npm badge npm dependencies npm devDependencies MIT badge

The missing documentation tool for your Angular application

Compodoc: The missing documentation tool for your Angular application

Install

$ npm install --save-dev gulp-compodoc

Usage

const gulp = require('gulp'),
    compodoc= require('gulp-compodoc');
 
gulp.task('default', () => {
    return gulp.src('src/**/*.ts')
        .pipe(compodoc({
            output: 'documentation',
            tsconfig: 'src/tsconfig.json',
            serve: true
        }))
);

API

compodoc(options)

options

All options from compodoc are available. The list is available here.

License

Everything in this repo is MIT License unless otherwise specified.

MIT © 2016 - Vincent Ogloblinsky

Package Sidebar

Install

npm i gulp-compodoc

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • vogloblinsky