项目作者: DavidBernal

项目描述 :
Create pipe template
高级语言: JavaScript
项目地址: git://github.com/DavidBernal/create-pipe.git
创建时间: 2019-08-06T18:13:52Z
项目社区:https://github.com/DavidBernal/create-pipe

开源协议:

下载


create-pipe

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

How to use

Create the pipe

  1. npx create-pipe [name]
  2. // or
  3. 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