This repository was archived by the owner on May 23, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 48
48
49
49
workflows :
50
50
version : 2
51
- " ra -cli" :
51
+ " rg -cli" :
52
52
jobs :
53
53
- node-latest
54
54
- node-8
Original file line number Diff line number Diff line change 1
1
The MIT License
2
2
3
- ra -cli
3
+ @itchef/rg -cli
4
4
5
5
Copyright (c) 2019, ITChef <https://github.com/itchef/>
6
6
Original file line number Diff line number Diff line change 1
- ra -cli
1
+ rg -cli
2
2
======
3
3
4
4
A cli tool to generate react app
@@ -46,7 +46,7 @@ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.1.6
46
46
47
47
## ` rg new PROJECTNAME `
48
48
49
- To generate a new ra -cli project
49
+ To generate a new rg -cli project
50
50
51
51
```
52
52
USAGE
@@ -59,7 +59,7 @@ OPTIONS
59
59
-h, --help show CLI help
60
60
```
61
61
62
- _ See code: [ src/commands/new.ts] ( https://github.com/ITChef/ra -cli/blob/v0.0.1-1/src/commands/new.ts ) _
62
+ _ See code: [ src/commands/new.ts] ( https://github.com/ITChef/rg -cli/blob/v0.0.1-1/src/commands/new.ts ) _
63
63
<!-- commandsstop -->
64
64
65
65
# License
Original file line number Diff line number Diff line change 9
9
"publishConfig" : {
10
10
"access" : " public"
11
11
},
12
- "bugs" : " https://github.com/ITChef/ra -cli/issues" ,
12
+ "bugs" : " https://github.com/ITChef/rg -cli/issues" ,
13
13
"dependencies" : {
14
14
"@oclif/command" : " ^1.5.13" ,
15
15
"@oclif/config" : " ^1.12.12" ,
40
40
" /npm-shrinkwrap.json" ,
41
41
" /oclif.manifest.json"
42
42
],
43
- "homepage" : " https://github.com/ITChef/ra -cli" ,
43
+ "homepage" : " https://github.com/ITChef/rg -cli" ,
44
44
"keywords" : [
45
45
" oclif"
46
46
],
53
53
" @oclif/plugin-help"
54
54
]
55
55
},
56
- "repository" : " ITChef/ra -cli" ,
56
+ "repository" : " ITChef/rg -cli" ,
57
57
"scripts" : {
58
58
"postpack" : " rm -f oclif.manifest.json" ,
59
59
"posttest" : " tslint -p test -t stylish" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import File from '../utils/file.util'
14
14
import Git from '../utils/git.util'
15
15
16
16
export default class New extends Command {
17
- static description = 'To generate a new ra -cli project'
17
+ static description = 'To generate a new rg -cli project'
18
18
19
19
static flags = {
20
20
help : flags . help ( { char : 'h' } ) ,
You can’t perform that action at this time.
0 commit comments