0.3.1 • Published 2 years ago

gulp-tipograph v0.3.1

Weekly downloads
1
License
MIT
Repository
github
Last release
2 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

2 years ago

0.3.0

4 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.1

7 years ago

0.1.0

10 years ago