Skip to content

Commit ce606bd

Browse files
committed
chore: add create-pranx usage to all READMEs
1 parent 53dfed5 commit ce606bd

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ A lightweight, Next.js-like fullstack metaframework for Preact apps.
55

66
> Note: Pranx is currently being rewritten from scratch. The API and internals are unstable and subject to change.
77
8+
## Usage
9+
10+
```bash
11+
npx create-pranx@latest -n "my-pranx-project"
12+
```
13+
814
## Why Pranx?
915

1016
Pranx aims to provide a minimal, highly-performant fullstack developer experience inspired by Next.js but optimized for Preact and small bundles. Focus areas:

packages/create-pranx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A lightweight, Next.js-like fullstack metaframework for Preact apps.
66
## Usage
77

88
```bash
9-
npx create-pranx
9+
npx create-pranx@latest -n "my-pranx-project"
1010
```
1111

1212
## Contributing

packages/pranx/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ A lightweight, Next.js-like fullstack metaframework for Preact apps.
55

66
> Note: Pranx is currently being rewritten from scratch. The API and internals are unstable and subject to change.
77
8+
## Usage
9+
10+
```bash
11+
npx create-pranx@latest -n "my-pranx-project"
12+
```
13+
814
## Why Pranx?
915

1016
Pranx aims to provide a minimal, highly-performant fullstack developer experience inspired by Next.js but optimized for Preact and small bundles. Focus areas:

0 commit comments

Comments
 (0)