Skip to content

abhishek9sharma/sarathi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sarathi

A CLI coding assistant

Installation

You can install the package using below command. Make sure you have Python and pip installed on your system.

    - pip install sarathi

Quickstart

  • Note that below video is still based on releae 0.0.3. Please read through below for updated commands.

sarathi

Setting OpenAI API Key

To use certain features of this package, you need to set up your OpenAI API key. If you don't have one, you can sign up for an account on the OpenAI website. Once you have your API key, you can set it in your environment variables. Here's how you can do it:

For Linux/macOS:

- export SARATHI_OPENAI_API_KEY=<token>

Usage

Generating Git Commit Messages

Sarathi provides a convenient commands to generate commit messages for git commits locally. Below are the steps you want to follow

  • Stage the files you want to commit

  • Run sarathi git gencommit.

    • this command will automatically analyze your staged changes
    • generate a commit message via OPEN AI, show the generated message to you,
    • if you confirm, will commit your changes to the repository with the generated message.
  • Run sarathi git autocommit.

    • this command will automatically analyze your staged changes,
    • generate a commit message via OPEN AI, and commit the changes automatically.
    • It will then run git commit --amend for you to edit the generated commit message.

Generating docstring messages

You can generate docstrings for your python code using commands such as below

  • Run sarathi docstrgen -f src/sarathi/code/codetasks.py. This command analyzes the methods in the file provided in the argument, and generates docstrings for functions.
  • Run sarathi docstrgen -d src/sarathi/. This command analyzes the methods in all files present in the directory provided in the argument, and generates docstrings for function.

Helpul references

- https://dev.to/taikedz/ive-parked-my-side-projects-3o62
- https://github.com/lightningorb/autocommit

About

A CLI coding assistant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published