gulp-tipograph
v0.3.1
Published
Tipograph plugin for Gulp
Downloads
1
Readme
gulp-tipograph
Tipograph plugin for Gulp
Install
$ npm install --save-dev gulp-tipograph
Usage
var gulp = require('gulp');
var tipograph = require('gulp-tipograph');
gulp.task('default', function () {
return gulp.src('path/to/files/**/*')
.pipe(tipograph(/* options */))
.pipe(gulp.dest('dist'));
});
API
tipograph(options)
options
Options object is exactly the same as in tipograph itself. See its documentation.
License
Gulp-tipograph is licensed under MIT. Feel free to use it, contribute or spread the word.