A Gulp-friendly module to generate [Biscotto](https://github.com/atom/biscotto) documentation from CoffeeScripts and return the output files.
npm install gulp-biscottogulp-biscotto [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][depstat-image]][depstat-url]
=============
A Gulp-friendly module to generate Biscotto documentation from CoffeeScripts and return the output files.
npm install gulp-biscotto
gulp.src. It will "source" the output files Biscotto would've generated and then you can do whatever you'd like with them.
javascript
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`).