Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raspberri05/aitermis

an ai powered cli tool to help speed up dev setup
https://github.com/raspberri05/aitermis

backend cli collaborate docs fastapi openai openai-api python terminal

Last synced: 2 months ago
JSON representation

an ai powered cli tool to help speed up dev setup

Awesome Lists containing this project

README

        

# aitermis

an ai powered cli tool to help speed up dev setup

read our documentation at [aitermis.nayasinghania.com](https://aitermis.nayasinghania.com) to get started and to learn how to use this tool!

## local development

### setup

1. `cd server && pip install -r requirements.txt`
2. `cd ../aitermis && pip install -r requirements.txt`

## running

1. `cd server && fastapi dev`
2. (in another terminal tab/window) `cd aitermis && python watcher.py`