Skip to content

Commit

Permalink
Merge pull request #6 from code-yeongyu/feature/codecov-hello
Browse files Browse the repository at this point in the history
Hello codecov!
  • Loading branch information
code-yeongyu authored Mar 5, 2023
2 parents 7bf258e + 02c005e commit 2539c76
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# YGKA 🤖

[![codecov](https://codecov.io/gh/code-yeongyu/YGK-a/branch/master/graph/badge.svg?token=GB79Y7PEHU)](https://codecov.io/gh/code-yeongyu/YGK-a)
[![Release Package to PyPI](https://github.com/code-yeongyu/YGK-a/actions/workflows/release.yml/badge.svg)](https://github.com/code-yeongyu/YGK-a/actions/workflows/release.yml)

YGKA is an advanced ChatGPT client for shell that acts as Your Genius Knowledgeable Assistant. YGKA supports Unix/Linux pipelines and requires no setting up of tokens or API keys. Furthermore, if you want to use an OpenAI API key, you can easily configure it.

## Key Features 💡
Expand All @@ -17,7 +20,7 @@ YGKA is an advanced ChatGPT client for shell that acts as Your Genius Knowledgea
To begin using YGKA, install it with pip:

```sh
pip install ygk-a
pip install ygka
```

Once you've installed YGKA, you can start using it right away. To execute a command, use the following syntax:
Expand Down
3 changes: 3 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ignore:
- ./monkey_patch_invoke.py
- ./tasks.py

0 comments on commit 2539c76

Please sign in to comment.