diff --git a/.cspell.json b/.cspell.json
index cbcd0d6..0291cd7 100644
--- a/.cspell.json
+++ b/.cspell.json
@@ -20,6 +20,8 @@
"contenido",
"controlado",
"copypaste",
+ "CPA",
+ "cpa",
"cpath",
"crect",
"cspell",
@@ -66,8 +68,13 @@
"PKGBUILD",
"preconfigured",
"pydantic",
+ "pygobject",
+ "PyPI",
+ "pypi",
+ "pyproject",
"pyright",
"pytest",
+ "pywal",
"radix",
"Reakit",
"recharts",
@@ -86,13 +93,15 @@
"transpiling",
"trivy",
"trufflehog",
- "turborepo",
"Turborepo",
+ "turborepo",
"typer",
"ulises",
"ulisesjeremias",
"unmemoized",
"unvetted",
+ "uvicorn",
+ "uvx",
"vaul",
"vercel",
"vite",
@@ -101,15 +110,16 @@
"Vlang",
"webextension",
"workdir",
+ "wpgtk",
"wscript"
],
"ignorePaths": [
- "node_modules/**",
+ "**/*.svg",
".next/**",
- "pnpm-lock.yaml",
"megalinter-reports/**",
+ "node_modules/**",
+ "pnpm-lock.yaml",
"public/**",
- "**/*.svg",
"tools/danger/package-lock.json"
]
}
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index d3c0a79..37c8b58 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -2,5 +2,5 @@
blank_issues_enabled: false
contact_links:
- name: ๐ฌ General Question
- url: https://github.com/Create-Node-App/create-node-app/discussions/categories/q-a
+ url: https://github.com/Create-Python-App/create-python-app/discussions/categories/q-a
about: Please ask and answer questions as a discussion thread
diff --git a/src/app/extensions/[slug]/ExtensionDetailsClient.tsx b/src/app/extensions/[slug]/ExtensionDetailsClient.tsx
index 2a72434..e0ee44e 100644
--- a/src/app/extensions/[slug]/ExtensionDetailsClient.tsx
+++ b/src/app/extensions/[slug]/ExtensionDetailsClient.tsx
@@ -111,7 +111,7 @@ export function ExtensionDetailsClient({ extension, compatibleTemplates }: Exten
To use this extension with a compatible template, run the following command:
-
npx create-awesome-node-app --template [template-name] --addons {extension.slug}
+
uvx create-awesome-python-app --template [template-name] --addons {extension.slug}
With Specific Templates
@@ -123,7 +123,7 @@ export function ExtensionDetailsClient({ extension, compatibleTemplates }: Exten
className="bg-muted rounded-md p-4 font-mono text-sm overflow-x-auto shimmer mb-4"
>
- npx create-awesome-node-app --template {template.slug} --addons {extension.slug}
+ uvx create-awesome-python-app --template {template.slug} --addons {extension.slug}
))}
@@ -178,7 +178,7 @@ export function ExtensionDetailsClient({ extension, compatibleTemplates }: Exten
-
$ npx create-awesome-node-app \\
+
$ uvx create-awesome-python-app \\
--template [template-name] \\
--addons {extension.slug}
@@ -186,7 +186,7 @@ export function ExtensionDetailsClient({ extension, compatibleTemplates }: Exten