nightytidy 0.2.1 → 0.2.2
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 +1 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,17 +13,11 @@ Built for vibe coders and small teams who want production-grade code quality wit
|
|
|
13
13
|
|
|
14
14
|
## Installation
|
|
15
15
|
|
|
16
|
-
```bash
|
|
17
|
-
npm install -g nightytidy
|
|
18
|
-
```
|
|
19
|
-
|
|
20
|
-
Or run directly without installing:
|
|
21
|
-
|
|
22
16
|
```bash
|
|
23
17
|
npx nightytidy
|
|
24
18
|
```
|
|
25
19
|
|
|
26
|
-
No
|
|
20
|
+
No install needed — `npx` downloads and runs it directly.
|
|
27
21
|
|
|
28
22
|
## Quick Start
|
|
29
23
|
|