Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: MasRama/create-python-app

Tags

[email protected]

Toggle [email protected]'s commit message
create-awesome-python-app 0.2.11

Fix trailing project_directory after --template file:// URL when expanding --addons (Create-Python-App#245).

[email protected]

Toggle [email protected]'s commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(cli): fail early on non-empty target dir (0.2.10) (Create-Python-…

…App#244)

* fix(cli): fail early on non-empty target dir (0.2.10)

Check emptiness before the interactive wizard and exit cleanly with a
--force / rename hint instead of a post-prompt traceback.

Co-authored-by: Cursor <[email protected]>

* chore: re-trigger CI after ready-for-review

Co-authored-by: Cursor <[email protected]>

---------

Co-authored-by: Cursor <[email protected]>

[email protected]

Toggle [email protected]'s commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(cli): preserve trailing project dir after --addons (0.2.9) (Creat…

…e-Python-App#243)

* fix(cli): do not treat trailing project dir as an --addons value

Greedy expansion swallowed a directory that appeared immediately after
the last addon when no positional was seen earlier. Peel that token
back as project_directory and cover the CI/dir-last shapes in tests.

Co-authored-by: Cursor <[email protected]>

* style: ruff format test_cli.py

Co-authored-by: Cursor <[email protected]>

---------

Co-authored-by: Cursor <[email protected]>

[email protected]

Toggle [email protected]'s commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(cli): accept space-separated --addons/--extend (0.2.8) (Create-Py…

…thon-App#242)

* fix(cli): accept space-separated --addons/--extend values

Typer only takes one value per flag; expand CNA-style `--addons a b`
into repeated flags before parsing so the documented UX works.

Co-authored-by: Cursor <[email protected]>

* style: fix ruff import wrap and CHANGELOG MD024

Co-authored-by: Cursor <[email protected]>

---------

Co-authored-by: Cursor <[email protected]>

[email protected]

Toggle [email protected]'s commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(cli): allow options after project directory (Create-Python-App#241)

* fix(cli): allow options after project directory

Typer registered `cache` as a nested command group, so Click treated
tokens after the positional project path as COMMAND names
(`No such command '--template'`). Use a single TyperCommand for scaffold
and keep cache routing in main(). Bump create-awesome-python-app to 0.2.7.

* docs: avoid duplicate CHANGELOG Fixes heading for markdownlint

[email protected]

Toggle [email protected]'s commit message
Release create-awesome-python-app 0.2.6

Docs release: CNA-parity package README on PyPI.

[email protected]

Toggle [email protected]'s commit message
Release create-awesome-python-app 0.2.5

Include git cache refresh fix so uvx users get extension path renames without stale ManifestLoadError.

[email protected]

Toggle [email protected]'s commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(release): prepare 0.2.4 (Create-Python-App#212)

Fix literal ANSI escapes in interactive template select titles.

Co-authored-by: Cursor <[email protected]>

[email protected]

Toggle [email protected]'s commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(release): prepare 0.2.3 (Create-Python-App#210)

* chore(release): prepare 0.2.3

Ship browsable template select and high-contrast interactive colors.

Co-authored-by: Cursor <[email protected]>

* docs: unique CHANGELOG section heading for 0.2.3 (MD024)

Co-authored-by: Cursor <[email protected]>

---------

Co-authored-by: Cursor <[email protected]>

[email protected]

Toggle [email protected]'s commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(release): prepare 0.2.2 (Create-Python-App#208)

* chore(release): prepare 0.2.2

Patch interactive autocomplete ANSI/HTML crash while searching templates.

Co-authored-by: Cursor <[email protected]>

* docs: avoid duplicate Fixes heading in CHANGELOG (MD024)

Co-authored-by: Cursor <[email protected]>

---------

Co-authored-by: Cursor <[email protected]>