An open API service indexing awesome lists of open source software.

https://github.com/davidbernal/create-pipe

Create pipe template
https://github.com/davidbernal/create-pipe

gnu linux pipes shell

Last synced: 3 months ago
JSON representation

Create pipe template

Awesome Lists containing this project

README

          

# create-pipe

Simple project to create fasty linux pipes with NodeJS using async iterators.

## How to use

Create the pipe

```
npx create-pipe [name]

// or

yarn create pipe [name]
```

Now, go to `[name]/pipe.js` and code your pipe with javascript.

At finish, `npm install -g` to test locally or `npm run build` to generate binaries. They will be in `dist/`

_Personal tip: I usually create a ~/bin folder and add it to PATH in order to save all binaries_