File tree 3 files changed +14
-3
lines changed
3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 6
6
steps :
7
7
- checkout
8
8
- run : npm install
9
- - run : npm link
10
- - run : node index.js
9
+ - run : npm test
Original file line number Diff line number Diff line change 7
7
"geox" : " ./index.js"
8
8
},
9
9
"scripts" : {
10
- "test" : " echo \" Error: no test specified \" && exit 1 "
10
+ "test" : " node tests.js "
11
11
},
12
12
"repository" : {
13
13
"type" : " git" ,
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env node
2
+ const chalk = require ( 'chalk' ) ,
3
+ clear = require ( 'clear' ) ,
4
+ figlet = require ( 'figlet' ) ,
5
+ package = require ( './package.json' ) ,
6
+ requestify = require ( 'requestify' ) ,
7
+ wget = require ( 'node-wget' ) ,
8
+ inquirer = require ( 'inquirer' ) ,
9
+ CLI = require ( 'clui' ) ,
10
+ Spinner = CLI . Spinner ,
11
+ targz = require ( 'targz' ) ,
12
+ gip = require ( 'get-installed-path' ) ;
You can’t perform that action at this time.
0 commit comments