# Cookiecutter: python-cli-tool This repository contains a boilerplate (using [cookiecutter](https://www.cookiecutter.io)) for starting a python cli application hosted on [github](https://github.com). ## Prerequisites ```bash brew install python3 cookiecutter poetry ``` ## Usage You can use this project as a starting point by executing: ```bash cookiecutter gh:coderj001/python-cli-tool ```