UNPKG
fs-ext
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.0
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
0.6.0
0.5.0
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
Extensions to core 'fs' module.
github.com/baudehlo/node-fs-ext/
baudehlo/node-fs-ext
fs-ext
/
appveyor.yml
21 lines
(14 loc)
•
242 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
environment:
nodejs_version:
"10"
install:
-
ps:
Install-Product
node
$env:nodejs_version
-
npm
install
before_build:
build:
off
after_build:
before_test:
-
node
--version
-
npm
--version
test_script:
-
npm
test
after_test: