gulp-nearley

1.0.0 • Public • Published

gulp-nearley

Gulp plugin for compiling parsers written with the nearley parser library

Usage

const nearley = require('gulp-nearley');

gulp.task('nearley', () =>
  gulp.src('src/**/*.ne')
      .pipe(nearley())
      .pipe(gulp.dest('lib')));

Any files with a .ne file extension will have their extension changed to .js in the output directory.

Readme

Keywords

Package Sidebar

Install

npm i gulp-nearley

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • josephjnk