Skip to content
This repository was archived by the owner on May 23, 2019. It is now read-only.

Commit ab75c2d

Browse files
committed
Kaustav | #21 | Changed ra-cli to rg-cli | TG-21
1 parent cc4dc29 commit ab75c2d

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
workflows:
5050
version: 2
51-
"ra-cli":
51+
"rg-cli":
5252
jobs:
5353
- node-latest
5454
- node-8

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License
22

3-
ra-cli
3+
@itchef/rg-cli
44

55
Copyright (c) 2019, ITChef <https://github.com/itchef/>
66

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ra-cli
1+
rg-cli
22
======
33

44
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
4646

4747
## `rg new PROJECTNAME`
4848

49-
To generate a new ra-cli project
49+
To generate a new rg-cli project
5050

5151
```
5252
USAGE
@@ -59,7 +59,7 @@ OPTIONS
5959
-h, --help show CLI help
6060
```
6161

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)_
6363
<!-- commandsstop -->
6464

6565
# License

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"publishConfig": {
1010
"access": "public"
1111
},
12-
"bugs": "https://github.com/ITChef/ra-cli/issues",
12+
"bugs": "https://github.com/ITChef/rg-cli/issues",
1313
"dependencies": {
1414
"@oclif/command": "^1.5.13",
1515
"@oclif/config": "^1.12.12",
@@ -40,7 +40,7 @@
4040
"/npm-shrinkwrap.json",
4141
"/oclif.manifest.json"
4242
],
43-
"homepage": "https://github.com/ITChef/ra-cli",
43+
"homepage": "https://github.com/ITChef/rg-cli",
4444
"keywords": [
4545
"oclif"
4646
],
@@ -53,7 +53,7 @@
5353
"@oclif/plugin-help"
5454
]
5555
},
56-
"repository": "ITChef/ra-cli",
56+
"repository": "ITChef/rg-cli",
5757
"scripts": {
5858
"postpack": "rm -f oclif.manifest.json",
5959
"posttest": "tslint -p test -t stylish",

src/commands/new.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import File from '../utils/file.util'
1414
import Git from '../utils/git.util'
1515

1616
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'
1818

1919
static flags = {
2020
help: flags.help({char: 'h'}),

0 commit comments

Comments
 (0)