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
- Host: GitHub
- URL: https://github.com/davidbernal/create-pipe
- Owner: DavidBernal
- Created: 2019-08-06T18:13:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-05T18:26:45.000Z (over 3 years ago)
- Last Synced: 2025-07-04T13:15:34.780Z (3 months ago)
- Topics: gnu, linux, pipes, shell
- Language: JavaScript
- Size: 9.77 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_