w4567892015 / uservice-monorepo-cli

The monorepo cli tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uservice-monorepo-cli

ts-airbnb-style test codecov CodeQL npm npm version

The monorepo cli tools.

Install

npm install -g @viewsonic-mvb/uservice-monorepo-cli

Usage as CLI

Get help

$ uservice --help

Configuration

Get configuration

$ uservice config --get

Set configuration

$ uservice config --set OPENAI_URL=https://<url> OPENAI_KEY=<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 <file path>

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 <file path>

License

Licensed under MIT.

About

The monorepo cli tools.

License:MIT License


Languages

Language:TypeScript 88.1%Language:Handlebars 8.1%Language:JavaScript 3.5%Language:Shell 0.2%