gulp-styledocdown

0.1.5 • Public • Published

gulp-styledocdown

NPM version Build Status

styledocdown plugin for gulp

Usage

First, install gulp-styledocdown as a development dependency:

npm install --save-dev gulp-styledocdown

Then, add it to your gulpfile.js:

var styledocdown = require("gulp-styledocdown");
 
gulp.src("./src/*.ext")
    .pipe(styledocdown({
        root: "root/folder/for/relatively/linked/files/"
    }))
    .pipe(gulp.dest("./dist"));

API

styledocdown(options)

options.root

Type: String
Default: File directory

Set the location where the linked files are hosted.

License

MIT License

Package Sidebar

Install

npm i gulp-styledocdown

Weekly Downloads

2

Version

0.1.5

License

MIT

Last publish

Collaborators

  • etylsarin