Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
youjung-hong authored Aug 18, 2017
1 parent db69f7b commit 9087374
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,19 @@ export TUI_GITHUB_TOKEN=github-personal-access-toke
```

Execute `tuie` on your `project root`
```json
// package.json
scripts: {
"tuie": "tuie"
}
```
```bash
# latest tag
npm run release
npm run tuie
# specific tag
npm run release --tag={specific-tag}
npm run tuie --tag={specific-tag}
# enterprise
npm run release --apiUrl={github.your-enterprise-url.com/api/v3}
npm run tuie --apiUrl={github.your-enterprise-url.com/api/v3}
```

## License
Expand Down

0 comments on commit 9087374

Please sign in to comment.