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

https://github.com/aphrodite-engine/cli-generator


https://github.com/aphrodite-engine/cli-generator

Last synced: 4 months ago
JSON representation

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
```