faf-cli 6.0.11 → 6.0.13

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 (3) hide show
  1. package/README.md +8 -3
  2. package/dist/cli.js +141 -141
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -36,11 +36,16 @@ project/
36
36
  ## Install
37
37
 
38
38
  ```bash
39
- bunx faf-cli auto # Bun zero install, fastest path
40
- npx faf-cli auto # npm works everywhere
41
- brew install faf-cli && faf auto # Homebrew
39
+ bunx faf # That's it. FAF is all you need.
40
+ npx faf # Also works.
41
+ brew install faf-cli && faf # Homebrew
42
42
  ```
43
43
 
44
+ Three letters. Auto-detects your project, creates `.faf`, scores it, tells you what's next.
45
+
46
+ **Before:** `bunx faf-cli auto` — 18 characters, you had to know the command.
47
+ **Now:** `bunx faf` — 8 characters, does everything automatically.
48
+
44
49
  ---
45
50
 
46
51
  ## Nelly Never Forgets