Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/raspberri05/aitermis
- Owner: raspberri05
- License: mit
- Created: 2024-09-29T19:56:33.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T22:55:05.000Z (3 months ago)
- Last Synced: 2024-10-24T23:08:56.282Z (3 months ago)
- Topics: backend, cli, collaborate, docs, fastapi, openai, openai-api, python, terminal
- Language: Python
- Homepage: https://aitermis.nayasinghania.com
- Size: 354 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing.md
- License: license.md
- Codeowners: CODEOWNERS
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`