CLI Tool

Typer/argparse CLI app structure with entry points and examples.

Create this template

bash
# install
pip install jyinit

# create a scaffold for a cli tool
jyinit create my-project --type cli-tool

# interactive mode => you will be allowed to choose the TEMPLATE in interactive mode too
jyinit create my-project --interactive

Useful flags

  • --types
  • --ci
  • --gitrep

Great for

  • command-line tools