0.0.8 • Published 10 years ago

gulp-biscotto v0.0.8

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

gulp-biscotto NPM version Build Status Dependency Status

A Gulp-friendly module to generate Biscotto documentation from CoffeeScripts and return the output files.

Installation

npm install gulp-biscotto

Usage

This isn't like a typical Gulp plugin. gulp-biscotto is to be used in place of gulp.src. It will "source" the output files Biscotto would've generated and then you can do whatever you'd like with them.

var gulp = require('gulp');
var biscotto = require('gulp-biscotto');

biscotto()
    .pipe(gulp.dest('./docs'));

There are no options. See Biscotto's .biscottoopts file (Note: when using a .biscottoopts file, it must be in the same directory as your gulpfile.js).

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago