1.1.2 • Published 8 years ago

pipethru v1.1.2

Weekly downloads
3
License
WTFPL
Repository
github
Last release
8 years ago

Pipethru

Pipethru is a small utility module for users to fetch both remote and local sources sequentially and pipe the fetched results direct into stdout. This utility was originally designed to fetch and merge multiple remote js/css files.

Pipe internet resources and merge them into a single file

pipethru url1 url2 url3 path4 > singleFile

Concat js files and pipe them through minify module

pipethru url1.js url2.js local.js | minify --js > minified.js
1.1.2

8 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago