You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+57-30Lines changed: 57 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,19 +7,19 @@
7
7
8
8
> CLI tool that scans JavaScript and TypeScript projects and automatically generates clean README.md files with installation, usage, scripts, environment variables, and publishing checklist.
README Auto Scan automatically detects these project types:
153
153
@@ -161,7 +161,28 @@ README Auto Scan automatically detects these project types:
161
161
| Vite | Has `vite` dependency or `vite.config.*`|
162
162
| Express | Has `express` dependency |
163
163
164
-
## 🧪 Development
164
+
## Package Manager Detection
165
+
166
+
README Auto Scan automatically detects your package manager from lock files and generates matching commands in Installation, Available Scripts, and Development sections.
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "readme-autoscan",
3
-
"version": "1.0.2",
3
+
"version": "1.1.0",
4
4
"description": "CLI tool that scans JavaScript/TypeScript projects and automatically generates clean, professional README.md files with installation, usage, scripts, environment variables, and publishing checklist.",
0 commit comments