Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 412 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 412 Bytes

Template for Python Typer-based CLI Apps

This is a very simple template for quickly scheming up Python cli tools using Typer. To create a repo in the parent directory of this repo, run the following command:

./make_repo.sh myapp

This will create a directory called "myapp." There are other files to be edited and updated, but the basic structure is there to get started building a new cli app.