Metadata-Version: 2.1
Name: boaHancock
Version: 1.0.6
Summary: This is tools to make starter template python for create moduls or library
Home-page: https://github.com/Anammkh/boaHancock
Author: Khoirul Anam
Author-email: khoirulanaam4567@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: termcolor
Requires-Dist: pyfiglet
Requires-Dist: colorama

# boaHancock
![Logo](.github/boa.jpg)

This is project to generate starter template for create moduls or library in python

## Feature

- create folder `poject_name` and `test`.
- create file `LICENSE` from license list selected.
- create file `README.md` from templates .
- make file `setup.py` configured to deployment.
- make file `.gitignore` for configure to deployment in github.
- Membuat file `__init__.py` di dalam folder `src` untuk modul Python.
- provide license like a MIT, Apache, BSD-3-Clause, e, g.

## Instalation
```bash
git clone https://github.com/Anammkh/boaHancock.git
cd boaHancock/boaHancock/
python generator.py
```
## or using pip
```
pip install boaHancock

boaHancock
```

## 
