/typer-cli-template

A minimal and flexible template for building Python command-line interfaces (CLI) using Typer.

Primary LanguagePythonMIT LicenseMIT

PACKAGE_NAME

PACKAGE_DESCRIPTION

Templating

  1. Create new repository from this Template directly on Github;
  2. Clone the repository to your local machine;
  3. Change variables in variables.json;
  4. Inside the repository folder, run:
python3 bootstrap.py
  1. This paragraph should have been deleted by the execution of the above command.

Installation

To download and install this package, run the following commands:

git clone git@github.com:mmarcoo/REPOSITORY_NAME.git
cd REPOSITORY_NAME
pip install -e .

Usage

To see which commands are available, run the following command:

CLI_COMMAND