sigh-pipe

0.1.0 • Public • Published

sigh-pipe

Build Status

Sigh plugin to pipe events through a shell command

Example

npm install --save-dev sigh-pipe then add something like this to your sigh.js:

  pipelines['build-hercule'] = [
    merge(
      glob({ basePath: 'content' }, '**/*.*')
    ),
    debounce(500),
    pipe('cat')
  ]

This will pipe everyfile through the unix cat command which is basically not doing anything to any file.

Package Sidebar

Install

npm i sigh-pipe

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • jmatsushita