create-krispya 0.7.0 → 0.9.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/README.md CHANGED
@@ -2,18 +2,29 @@
2
2
 
3
3
  > Full AI generated docs can be found [here](./docs/api.md).
4
4
 
5
- A CLI for scaffolding modern, clutter-free web projects.
5
+ A CLI for scaffolding modern, clutter-free web projects.
6
6
 
7
7
  ## Quick Start
8
8
 
9
9
  ```bash
10
10
  pnpm create krispya
11
11
  # or
12
- npm create krispya@latest
13
- # or
14
12
  bun create krispya
15
13
  # or
16
- yarn create krispya
14
+ npm create krispya@latest
15
+ # and follow the prompts
17
16
  ```
18
17
 
19
- I really hate looking at my repo and there are 20 config files sitting in root. It is noisy and, worst of all, plain ugly. We deserve beautiful code. In pursuit of minimalism, as many files as possible are moved to hidden directories such as `.config`, `.vscode` and `.ai`.
18
+ **Who cares?**
19
+
20
+ I really hate looking at my repo when there are 20 config files sitting in root. It is noisy and, worst of all, plain ugly. Not only do we derserve beautiful code, but in the post-AI world great taste is all I have. In pursuit of minimalism, as many files as possible are moved to hidden directories such as `.config` and`.vscode`.
21
+
22
+ We are also in a time of rampant changes to the JS toolchain ecossytem. In an effort to keep up, but also encourage trying new tools out, I wante to build a framework that let me swap between them with some guardrails.
23
+
24
+ **Current Status**
25
+
26
+ Consider this experimental but safe. It was vibe coded and then I decided this project deserved better so I am going through it piece by piece and making it whole and loved.
27
+
28
+ ## Single-project workspaces
29
+
30
+ The basic dish.