UNPKG
easyify-cli
Version:
latest (1.0.9)
1.0.9
1.0.8
1.0.6
1.0.5
1.0.4
A simple CLI for scaffolding easyify projects.
github.com/webkong/easyify-cli
webkong/easyify-cli
easyify-cli
/
appveyor.yml
18 lines
(13 loc)
•
246 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
environment:
matrix:
-
nodejs_version:
"8"
install:
-
ps:
Install-Product
node
$env:nodejs_version
-
npm
install
test_script:
-
node
--version
-
npm
--version
-
npm
test
cache:
-
node_modules
->
package-lock.json
build:
off