Usage#

python-starters#

Python Starters - A tool to manage and update project starters.

python-starters [OPTIONS] COMMAND [ARGS]...

Options

--version#

Show the version and exit.

add#

Add a new starter to the project.

python-starters add [OPTIONS] STARTER_GIT_URL

Arguments

STARTER_GIT_URL#

Required argument

init#

Initialize Python Starters in the current project.

python-starters init [OPTIONS]

list#

List all starters in the project.

python-starters list [OPTIONS]

remove#

Remove the specified starter.

python-starters remove [OPTIONS] STARTER_NAME

Arguments

STARTER_NAME#

Required argument

resolve#

Resolve merge conflicts for the specified starter.

python-starters resolve [OPTIONS] STARTER_NAME

Arguments

STARTER_NAME#

Required argument

update#

Update the specified starter.

python-starters update [OPTIONS] STARTER_NAME

Arguments

STARTER_NAME#

Required argument