File tree Expand file tree Collapse file tree 1 file changed +15
-8
lines changed
Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -10,22 +10,29 @@ devDependencies: {
1010}
1111```
1212
13- ## Usage
14- Register ` TUI_GITHUB_TOKEN ` as a environment variables
15-
16- ** Mac OS**
17- ``` sh
18- # ~/.bash_profile
19- export TUI_GITHUB_TOKEN=github-personal-access-toke
13+ ## Before Use
14+ 1 . Check ` package.json ` has ` repository ` property
15+ ``` json
16+ // package.json
17+ "repository" : {
18+ "type" : " git" ,
19+ "url" : " https://github.com/username/repository-name.git"
20+ }
21+ // or for short expression
22+ "repository" : " https://github.com/username/repository-name.git"
2023```
2124
22- Execute ` tuie ` on your ` project root `
25+ 2 . Register ` TUI_GITHUB_TOKEN ` as a environment variables
26+
27+ 3 . Execute ` tuie ` on your ` project root `
2328``` json
2429// package.json
2530scripts: {
2631 "tuie" : " tuie"
2732}
2833```
34+
35+ ## Usage
2936``` bash
3037# latest tag
3138npm run tuie
You can’t perform that action at this time.
0 commit comments