gulp-elm-find-dependencies

0.1.0 • Public • Published

gulp-elm-find-dependencies Circle CI

Given an *.elm file, it will use find-elm-dependencies to aggregate all of the dependencies for that tree. For each file found it will emit a vinyl object.

Example

const elmFindDependencies = require('gulp-elm-find-dependencies')

gulp.task('find-deps', () => {
  return gulp.src('Main.elm')
    .pipe(elmFindDependencies())
    .pipe(gulp.dest('dependencies'))
})

Readme

Keywords

Package Sidebar

Install

npm i gulp-elm-find-dependencies

Weekly Downloads

2

Version

0.1.0

License

MIT

Last publish

Collaborators

  • farismmk