Metadata-Version: 2.1
Name: discord-bot-generator
Version: 0.0.1
Summary: Fastest and easiest way to create a new discord bot project ✨🚀
Home-page: https://github.com/SyedAhkam/discord-bot-generator
Author: SyedAhkam
Author-email: smahkam57@gmail.com
License: MIT
Platform: UNKNOWN
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
Requires-Dist: colorama

# discord-bot-generator

> Fastest and easiest way to create a new discord bot project ✨🚀

![discord_bot_generator_showcase](assets/discord_bot_generator.svg)

## Installation
`$ pip install discord-bot-generator`

*The project is still in its early stages, so bugs are expected.*

## Features
- Just one command to create a new project.
- Community-made Templates (coming soon).
- Easy to use.
- Intializes pipenv for you.
- Installs dependencies for you.
- Initializes git for you.


## Development Setup
1. `git clone https://github.com/SyedAhkam/discord-bot-generator`
2. `pipenv install`

## Release History
- 0.0.1: First Release

## Meta
- My discord tag: Syed#0006
- My email: smahkam57@gmail.com

This project is distributed under the MIT license. See LICENSE for more information.

## Contributing
1. Fork.
2. Create your feature branch. (git checkout -b feature/fooBar)
3. [Development Setup.](#Development-Setup)
3. Commit your changes. (git commit -am 'Add some fooBar')
4. Push to the branch (git push origin feature/fooBar)
5. Create a new Pull Request

## TODO
- [x] Add community made templates support.
- [x] Fix potential bugs.

