faf-cli 6.0.10 → 6.0.12
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 +8 -3
- package/dist/cli.js +156 -156
- 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
|
|
40
|
-
npx faf
|
|
41
|
-
brew install faf-cli && faf
|
|
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
|