UNPKG
@andre_garvin/pipe
Version:
latest (0.0.0)
0.0.0
shell piping in nodeJS
github.com/andreGarvin/pipeJS
andreGarvin/pipeJS
@andre_garvin/pipe
/
.circleci
/
config.yml
12 lines
•
258 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
version:
2
jobs:
build:
docker:
-
image:
circleci/node:8
steps:
-
checkout
-
run:
name:
npm
i
&
npm
test
command:
| npm i npm test