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.
- Generate individual files.
- Create complex directory structures.
- Bootstrap entire codebases from a single prompt.
- Standalone
.shscript for easy distribution.
Ensure you have Python 3 installed. You may also need to install the openai library:
python3 dependency.pyRun 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"Inspired by OpenClaw. Built by Manus AI.