gulp-tipograph

0.3.1 • Public • Published

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.

Package Sidebar

Install

npm i gulp-tipograph

Weekly Downloads

1

Version

0.3.1

License

MIT

Unpacked Size

3.23 kB

Total Files

4

Last publish

Collaborators

  • nevyk