Socket
Book a DemoInstallSign in
Socket

gulp-biscotto

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-biscotto

A Gulp-friendly module to generate [Biscotto](https://github.com/atom/biscotto) documentation from CoffeeScripts and return the output files.

latest
Source
npmnpm
Version
0.0.8
Version published
Maintainers
1
Created
Source

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).

Keywords

biscotto

FAQs

Package last updated on 08 Aug 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts