gulp-tipograph

v0.2.1
Tipograph plugin for Gulp
gulpplugin tipograph typography

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.

Metadata

  • MIT
  • >=0.10.0
  • Petr Nevyhoštěný
  • released 7/15/2018

Downloads

Maintainers