Metadata-Version: 2.4
Name: goodvibes-cli
Version: 1.6.1
Summary: One-command bootstrap for vibe coding projects
Project-URL: Homepage, https://github.com/jgiox/goodvibes
Project-URL: Repository, https://github.com/jgiox/goodvibes
License: Apache-2.0
Keywords: ai-coding,claude,claude-code,cli,copilot,llm,scaffold,starter-kit,vibe-coding
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Requires-Dist: rich>=14
Requires-Dist: typer>=0.15
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.25; extra == 'dev'
Requires-Dist: pytest-cov>=7; extra == 'dev'
Requires-Dist: pytest-mock>=3; extra == 'dev'
Requires-Dist: pytest>=9; extra == 'dev'
Description-Content-Type: text/markdown

# goodvibes

One-command bootstrap for vibe coding projects.

```
pip install goodvibes-cli
goodvibes init
```
