create-lx2-app 0.10.3 → 0.10.4

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.
Files changed (2) hide show
  1. package/README.md +16 -22
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -11,9 +11,9 @@
11
11
  />
12
12
  </picture>
13
13
 
14
- # 🚀 Create Lx2 App
14
+ # Create Lx2 App
15
15
 
16
- **The easiest way to scaffold a modern web app using the Lx2 stack.**
16
+ **The Most Opinionated Way to Build Next.js Apps.**
17
17
 
18
18
  Simply run `npm create lx2-app@latest` to get started!
19
19
 
@@ -27,28 +27,27 @@ Simply run `npm create lx2-app@latest` to get started!
27
27
 
28
28
  </div>
29
29
 
30
- ## 📚 Table of Contents
30
+ ## Table of Contents
31
31
 
32
32
  - <a href="#whats-included">What's Included</a>
33
33
  - <a href="#getting-started">Getting Started</a>
34
- - <a href="#features">Features</a>
35
34
  - <a href="#documentation">Documentation</a>
36
35
  - <a href="#credits">Credits</a>
37
36
  - <a href="#contributing">Contributing</a>
38
37
 
39
- <h2 id="whats-included">📦 What's Included</h2>
38
+ <h2 id="whats-included">What's Included</h2>
40
39
 
41
40
  Create Lx2 App installs **TypeScript, Next.js, Tailwind CSS**, along with:
42
41
 
43
- - **Payload CMS** - A powerful headless CMS
44
- - **Auth.js** - Authentication made easy
45
- - **Better Auth** - The most comprehensive authentication framework for
42
+ - **Payload CMS** - A powerful headless CMS
43
+ - **Auth.js** - Authentication made easy
44
+ - **Better Auth** - The most comprehensive authentication framework for
46
45
  TypeScript.
47
- - **Prisma ORM** - Database management with full type safety
48
- - **Drizzle ORM** - A next gen TypeScript ORM for you to ship (ship ship)
49
- - **And many more coming soon...**
46
+ - **Prisma ORM** - Database management with full type safety
47
+ - **Drizzle ORM** - A next gen TypeScript ORM for you to ship (ship ship)
48
+ - **And many more coming...**
50
49
 
51
- <h2 id="getting-started">🚀 Getting Started</h2>
50
+ <h2 id="getting-started">Getting Started</h2>
52
51
 
53
52
  To create a new project, run the following command:
54
53
 
@@ -79,13 +78,7 @@ bun create lx2-app@latest
79
78
  For more information, visit the
80
79
  [docs](https://create.lx2.dev/docs/getting-started).
81
80
 
82
- <h2 id="features">🛠 Features</h2>
83
-
84
- - 🎯 **Easy to Use** - Interactive CLI for selecting tools
85
- - 📦 **Preconfigured Setup** - Comes ready with modern web dev tools
86
- - 🚀 **Extendable** - More packages coming soon!
87
-
88
- <h2 id="documentation">📖 Documentation</h2>
81
+ <h2 id="documentation">Documentation</h2>
89
82
 
90
83
  Full documentation is available at
91
84
  [create.lx2.dev](https://create.lx2.dev/docs).
@@ -93,10 +86,11 @@ Full documentation is available at
93
86
  <h2 id="credits">❤️ Credits</h2>
94
87
 
95
88
  Huge thanks to [Theo](https://t3.gg) and the [T3 Stack](https://create.t3.gg)
96
- for their amazing work. The Lx2 stack builds on the principles of create-t3-app,
97
- bringing even more flexibility.
89
+ maintainers for their amazing work on `create-t3-app`, which inspired this
90
+ project.
98
91
 
99
- If you like this project, giving it a ⭐ on GitHub!
92
+ Show them some love by giving them a ⭐ over on
93
+ [GitHub](https://github.com/t3-oss/create-t3-app)!
100
94
 
101
95
  <h2 id="contributing">Contributing</h2>
102
96
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-lx2-app",
3
- "version": "0.10.3",
4
- "description": "Create powerful full-stack web applications with the Lx2 stack",
3
+ "version": "0.10.4",
4
+ "description": "The Most Opinionated Way to Build Next.js Apps",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",