0.3.1 • Published 3 years ago

gulp-tipograph v0.3.1

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

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.

0.3.1

3 years ago

0.3.0

5 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

8 years ago

0.1.0

11 years ago