https://github.com/jehrhardt/vibes
Vibes from a Cozy Craft Coder
https://github.com/jehrhardt/vibes
llm python uv vibe-coding
Last synced: 6 months ago
JSON representation
Vibes from a Cozy Craft Coder
- Host: GitHub
- URL: https://github.com/jehrhardt/vibes
- Owner: jehrhardt
- License: apache-2.0
- Created: 2025-04-10T17:27:36.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-10T21:28:10.000Z (6 months ago)
- Last Synced: 2025-04-10T22:26:08.502Z (6 months ago)
- Topics: llm, python, uv, vibe-coding
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vibes
Vibes from a Cozy Craft Coder.
This project provides helpful tools for everyday development tasks that have been automated with vibe coding ✨.
## Setup
This project uses [uv](https://github.com/astral-sh/uv) for managing Python dependencies and running scripts.
### Prerequisites
- [uv](https://github.com/astral-sh/uv) installed
- Git## Available Scripts
### Help System
The help system provides information about available modules and commands.
```bash
# Show general help information
uv run help.py# Show help for a specific module
uv run help.py gh_work
```### GitHub Work Helper
A utility for GitHub-related work tasks, such as starting work on issues.
```bash
# Start work on a GitHub issue
uv run gh_work.py start
```This command will:
1. Verify the issue exists in your GitHub repository
2. Create a new branch named `-`
3. Switch to the newly created branch## Environment Variables
- `GITHUB_TOKEN` - GitHub access token (optional, used for GitHub API access)
## Project Structure
- `gh_work.py` - GitHub workflow utilities
- `help.py` - Help system for displaying information about modules## License
[Apache License 2.0](https://opensource.org/licenses/Apache-2.0)