Metadata-Version: 2.1
Name: bafcode
Version: 1.0.9
Summary: BafCode Framework CLI
Home-page: https://github.com/aitelabranding/bafcode_cli
Author: Imad Ait El Arabi
Author-email: business@aitelabranding.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown

## BafCode CLI
BafCode CLI is a powerful tool designed to streamline the setup and execution of the BafCode Framework. Whether you're a seasoned developer or just getting started, BafCode CLI simplifies the process of creating and developing AI agents.

## Features
Quick Setup: Easily initialize a new BafCode project.
Smooth Execution: Start the BafCode Framework with a simple command.
Key Generation: Generate necessary keys for your project.
Getting Started
Here are the primary commands you'll use:

**1. Setting Up a New Project**
```bash
bafcode setup
```
**2. Starting the BafCode Framework**
```bash
bafcode start
```
**3. Generating a Key for your Project**
```bash
bafcode generate:key
```
**Wrapping Up**
BafCode CLI is your companion for effective and efficient AI agent development with the BafCode Framework. Dive in and start creating!

