0.1.0 • Published 8 years ago

gulp-stylegen v0.1.0

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

gulp wrapper for stylegen...

usage:

var gulp = require('gulp');
var stylegen = require('gulp-stylegen');

gulp.task('default', function() {
  gulp.src('sub/styleguide.yaml')
  .pipe(stylegen({
    cwd: './example'
    , target: '../styleguide'
  }));
});
0.1.0

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago