Metadata-Version: 2.1
Name: codebasedutils
Version: 0.0.1
Summary: CodebasedUtils is a versatile CLI tool designed to supercharge your developer workflow.
Home-page: https://github.com/cybrvybe/CodebasedUtils
Author: Alex Figueroa
Author-email: alexfigueroa.solutions@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: click ==8.1.7
Requires-Dist: colorama ==0.4.6
Requires-Dist: iniconfig ==2.0.0
Requires-Dist: packaging ==23.2
Requires-Dist: pluggy ==1.3.0
Requires-Dist: pyperclip ==1.8.2
Requires-Dist: pytest ==7.4.2



# 🚀CodebasedUtils

**CodebasedUtils** is a versatile CLI tool designed to supercharge your developer workflow. Born out of the necessity to efficiently navigate through codebases, this utility elegantly marries simplicity with robustness.

## 🔍 Features
- **`tree`**: Prints a directory structure while seamlessly ignoring nonessential files, giving you a clear snapshot of your project.

## 🛠 Installation

```bash
pip install codebasedutils
```

## 🚴‍♂️ Quickstart

To get a clean directory structure of your current directory and copy it to your clipboard:

```bash
util tree
```

## 📜 Logs

Encountered an anomaly? Dive deep with our comprehensive logs:

```bash
cat logs/codebasedutils.log
```

## 💡 Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

1. Fork the project
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the branch (`git push origin feature/AmazingFeature`)
5. Open a pull request

## 📝 License

Distributed under the MIT License. See `LICENSE` for more information.

## 🤝 Connect

Always eager to connect with fellow developers! Find me on [LinkedIn](#).
