Skip to content

st44100/gulp-styledown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

![Gitter](https://badges.gitter.im/Join Chat.svg)

gulp-styledown

A gulp plugin for Styledown.

Build Status

Quick Start

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

gulp.src('/path/to/styledown/*.md')
.pipe(styledown({
  config: '/path/to/config.md'
  filename: 'output.html'
}))
.pipe(gulp.dest('/path/to/'));

Options

  • config : Path to config.md
  • filename : Path to output html

Other options are pass to styledown.

About

A gulp plugin for styledown.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •