1.1.4 • Published 6 years ago

gulp-markdown-index v1.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

gulp-markdown-index

===========

npm Version Build Status

A create the markdown index plugin for gulp

Usage

First, install gulp-markdown-index as a development dependency:

npm install --save-dev gulp-markdown-index

Then, add it to your gulpfile.js:

Simple

var indexer = require('gulp-markdown-index');

gulp.task('indexer', function(){
  return gulp.src('./public/**/*.md')
    .pipe(indexer('./public/json/article.json'))
    .pipe(gulp.dest('./'));
});
1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago