File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ var program = require('commander'),
3
3
pkg = require ( '../package.json' ) ,
4
4
version = pkg . version ;
5
5
6
+ process . stdout . isTTY = true ;
7
+ require ( 'colors' ) ;
8
+
6
9
program
7
10
. version ( version )
8
11
. command ( 'add' , 'from git: `git ta`, utility for execute a git add is a easier way.' )
Original file line number Diff line number Diff line change 2
2
"name" : " turbo-git" ,
3
3
"version" : " 1.1.0" ,
4
4
"description" : " Making your git even more awesome!" ,
5
- "main" : " bin/cli .js" ,
5
+ "main" : " bin/turbo .js" ,
6
6
"scripts" : {
7
7
"test" : " nyc jasmine-node --verbose --captureExceptions test" ,
8
8
"test:watch" : " npm test & onchange lib/*.js bin/*.js test/* -- npm test" ,
48
48
"git-td" : " bin/git/git-td.js" ,
49
49
"git-tl" : " bin/git/git-tl.js" ,
50
50
"git-ti" : " bin/git/git-ti.js" ,
51
- "turbo" : " bin/cli .js"
51
+ "turbo" : " bin/turbo .js"
52
52
},
53
53
"devDependencies" : {
54
54
"console-mock" : " ^1.0.24" ,
You can’t perform that action at this time.
0 commit comments