The monorepo cli tools.
npm install @viewsonic-mvb/uservice-monorepo-cliThe monorepo cli tools.
```
npm install -g @viewsonic-mvb/uservice-monorepo-cli
$ uservice --help
`Configuration
#### Get configuration
`
$ uservice config --get
`#### Set configuration
`
$ uservice config --set OPENAI_URL=https:// OPENAI_KEY=
`#### Set OpenAI Response Language
`
$ uservice config --set LOCALE=en-US|zh-TW
`OpenAI Commit
#### Use OpenAI commits
`
$ uservice commits
`If you want to edit the commit message. you can use the
git commit --amend command.#### Use OpenAI commit Preview
`
$ uservice commits --preview
`OpenAI Generate Unit Test File
#### Use OpenAI Unit Test
`
$ uservice tester -f
`If you want to edit the commit message. you can use the
git commit --amend command.#### Use OpenAI Unit Test Preview
`
$ uservice tester --preview -f
``Licensed under MIT.