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
This will copy the `package.json` into a new folder inside `stackscan/` (e.g., `stackscan/my-project/`), handling name collisions automatically.
61
+
This will copy the `package.json` into a new folder inside `public/stackscan/` (e.g., `public/stackscan/my-project/`), handling name collisions automatically.
64
62
65
63
This will:
66
-
* Scan all projects in`stackscan/`.
64
+
* Scan all projects in`public/stackscan/`.
67
65
* Generate `stack.json` and `stack.md` inside each project folder.
68
66
* Copy logo assets to `public/assets/logos/`.
69
67
* Update your root `README.md` with a "My Projects" section.
0 commit comments