Skip to content

amoschanda/my-ai-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

AI-CLI Tool

A simple AI-powered CLI tool that generates files, directories, and entire codebases based on your descriptions. This tool was inspired by the OpenClaw repository structure but is a standalone implementation using built-in AI APIs.

Features

  • Generate individual files.
  • Create complex directory structures.
  • Bootstrap entire codebases from a single prompt.
  • Standalone .sh script for easy distribution.

Installation

Ensure you have Python 3 installed. You may also need to install the openai library:

python3 dependency.py

Usage

Run the script using:

./ai-cli.sh gen "description of what you want to build"

Example:

./ai-cli.sh gen "A simple Flask web application with a templates folder and an index.html file"

Credits

Inspired by OpenClaw. Built by Manus AI.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors