Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruiokazaki-archive/gpt-naming
Have them name their programming using GPT-3.
https://github.com/ruiokazaki-archive/gpt-naming
brew cli command-line gpt-3 open-ai terminal tool
Last synced: 8 days ago
JSON representation
Have them name their programming using GPT-3.
- Host: GitHub
- URL: https://github.com/ruiokazaki-archive/gpt-naming
- Owner: ruiokazaki-archive
- License: mit
- Created: 2023-02-21T15:13:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-06T07:27:55.000Z (over 1 year ago)
- Last Synced: 2024-10-25T03:48:28.933Z (15 days ago)
- Topics: brew, cli, command-line, gpt-3, open-ai, terminal, tool
- Language: Go
- Homepage:
- Size: 9 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gpt-naming
Have them name their programming using GPT-3.
![demo](https://user-images.githubusercontent.com/70571576/223034019-62f8c7be-0cf2-4ba9-b3ac-7b83bf81a009.gif)
## get ApiKey
[Account API Keys - OpenAI API](https://platform.openai.com/account/api-keys)
## install
### homebrew
```shell
brew tap ruiokazaki/gpt-naming
brew install gpt-naming
```### linux
```shell
git clone https://github.com/RuiOkazaki/gpt-naming.git
cd gpt-naming
make build-linux
```## how to use
```shell
naming
``````shell
? Choose a type: [Use arrows to move, type to filter]
enum
event
exception
> function
interface
method
namespace
``````shell
? Enter an overview: Describe the process in detail
``````shell
# Output
1. naming: reason.
```## uninstall
### homebrew
```shell
brew untap ruiokazaki/gpt-naming
brew uninstall gpt-naming
```### linux
```shell
rm -rf ~/.config/gpt-naming/
rm ~/bin/naming
```