Metadata-Version: 2.4
Name: vedant
Version: 0.1.0
Summary: My CLI tool
Author: Vedant
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Vedant CLI

A fast command-line tool that prints the directory tree of the current folder.

## Install (recommended)
```bash
pipx install vedant
```

## Install (not recommended)
```bash
pip install vedant
```

## Install (for local development)

```bash
pip install -e .
```
