Metadata-Version: 2.4
Name: jjz
Version: 0.0.1
Summary: Powerful CLI tool with multiple aliases (jujutsu/jutsu/jjz/jj2) - Lightning Fast Commands
Author-email: dai-motoki <kanri@kandaquantum.co.jp>
Project-URL: Homepage, https://github.com/dai-motoki/jujutsu
Project-URL: Repository, https://github.com/dai-motoki/jujutsu
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# JJZ - Lightning Fast Commands ⚡

A powerful CLI tool with multiple aliases for different workflows.

## Features

- **Multiple Aliases**: Use `jjz`, `jujutsu`, `jutsu`, or `jj2` - they all work the same way!
- **Lightning Fast**: Optimized for speed and efficiency ⚡
- **Cross-Platform**: Works on Mac, Linux, and Windows
- **Easy Installation**: Available via PyPI and npm

## Installation

### From PyPI

```bash
pip install jjz
```

### From npm

```bash
npm install -g jjz
```

## Usage

All aliases work identically:

```bash
# Initialize a new project
jjz init
jujutsu init
jutsu init
jj2 init

# Check status
jjz status
jujutsu status

# Show help
jjz help
jj2 --help

# Show version
jjz --version
jujutsu -v
```

## Available Commands

- `init` - Initialize a new project
- `status` - Show project status
- `help` - Show help information
- `--version` - Show version information

## Lightning Fast Features ⚡

JJZ is designed for developers who need:
- Quick project initialization
- Fast status checks
- Efficient workflow management

## Development

To install for development:

```bash
# Clone the repository
git clone https://github.com/dai-motoki/jujutsu.git
cd jujutsu

# Install in development mode
pip install -e .
```

## License

MIT License

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request. 
