Skip to content

Accept input stream #16

@rreusser

Description

@rreusser

Currently I need to type:

$ browserify index.js | indexhtmlify > index.html
$ documentify index.html > index2.html

I'd love to able to type:

$ browserify index.js | indexhtmlify | documentify > index.html

I've been digging a bit and don't necessarily see barriers to this apart from the fact that it just doesn't pass configuration through in a way that makes this perfectly natural. I'm curious: is this desirable? Are there reasons this is intentionally not done?

I love the project in general and am glad to make a PR for this if it's desired.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions