gulp-holograph

1.0.2 • Public • Published

gulp-hologram

Build Status

Generate Holograph styleguides with Gulp.

Getting started

Installation

npm install gulp-holograph --save-dev

or

yarn add gulp-holograph

Usage

Ensure you have a holograph_config.yml as per the Holograph configuration, and then pipe it into the gulp-holograph task.

const holograph = require('gulp-holograph');
 
gulp.task('holograph', function () {
  gulp.src('holograph_config.yml')
    .pipe(holograph());
});

Package Sidebar

Install

npm i gulp-holograph

Weekly Downloads

1

Version

1.0.2

License

MIT

Last publish

Collaborators

  • chapabu