https://github.com/aphrodite-engine/cli-generator
https://github.com/aphrodite-engine/cli-generator
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aphrodite-engine/cli-generator
- Owner: aphrodite-engine
- License: bsd-3-clause
- Created: 2025-05-09T04:34:20.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-09T12:59:02.000Z (about 1 year ago)
- Last Synced: 2025-10-06T00:54:23.353Z (8 months ago)
- Language: JavaScript
- Size: 288 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Aphrodite Engine CLI Command Generator
Mostly vibe coded, will hire someone to make it look better.
## Getting Started
To run the application locally:
```bash
# Install dependencies
npm install
# Start the development server
npm start
```
The application will open in your browser at `http://localhost:3000`.
## Dev
```sh
npm run format
npm run format:check
npm run lint
npm run lint:fix
```