create-projx 1.2.0 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-projx",
3
- "version": "1.2.0",
4
- "description": "Scaffold production-grade projects. Pick your stack (FastAPI, Fastify, React, Flutter), get a fully wired template with auth, database, CI/CD, and E2E tests.",
3
+ "version": "1.3.0",
4
+ "description": "Scaffold production-grade fullstack projects in seconds. FastAPI, Fastify, React, Flutter, Terraform with auth, database, CI/CD, E2E tests, and Docker. One command, ready to deploy.",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "create-projx": "dist/index.js"
@@ -21,12 +21,21 @@
21
21
  "projx",
22
22
  "scaffold",
23
23
  "template",
24
+ "boilerplate",
25
+ "starter-kit",
26
+ "project-generator",
27
+ "fullstack",
24
28
  "fastapi",
25
29
  "fastify",
26
30
  "react",
27
31
  "flutter",
28
- "fullstack",
29
- "create"
32
+ "terraform",
33
+ "docker",
34
+ "typescript",
35
+ "create",
36
+ "cli",
37
+ "monorepo",
38
+ "scaffolding"
30
39
  ],
31
40
  "repository": {
32
41
  "type": "git",
@@ -98,4 +98,4 @@ npx create-projx@latest update
98
98
 
99
99
  ---
100
100
 
101
- Scaffolded with [create-projx](https://github.com/ukanhaupa/projx)
101
+ [![Built with Projx](https://img.shields.io/badge/Built%20with-Projx-blue)](https://github.com/ukanhaupa/projx)