1.0.3 • Published 8 years ago

gulp-trans v1.0.3

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

gulp-trans v1.0.1 Build Status

npm.io

Trans Description

  • Compile Markdown to HTML with Table of Content
  • With state : chinese , english && all, convenient for translate review work

Install

$ npm install --save-dev gulp-trans

Usage

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

gulp.task('default', function() {
	gulp.src('data/src/*.md')
		.pipe(trans())
		.pipe(gulp.dest('data/dist'));
		 
		var open = require("open");
		open("./data/dist/sample.html");
});

resource

http://www.infoq.com/cn/articles/nodejs-about-buffer

API

todo

trans(options)

See the marked options.

License

MIT © Alfred Sang