stackscan 0.1.13 → 0.1.15

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 (2) hide show
  1. package/README.md +6 -43
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -171,52 +171,15 @@ See `CONTRIBUTING.md` for development workflow and guidelines.
171
171
 
172
172
  ---
173
173
 
174
- ## License
174
+ ## Credits
175
175
 
176
- MIT
176
+ Special thanks to these amazing icon libraries that make StackScan possible:
177
177
 
178
- ```
178
+ * **[Simple Icons](https://simpleicons.org/)** – The primary source for brand logos and hex colors.
179
+ * **[Lucide](https://lucide.dev/)** – Provides the beautiful category fallback icons.
179
180
 
180
181
  ---
181
182
 
182
- ### Final notes (important but quick)
183
-
184
- - This README is **npm-ready** and **user-focused**
185
- - Your internal branch/version automation should move to:
186
- - `CONTRIBUTING.md` or `.github/`
187
- - The tone is correct for a free, public dev tool:
188
- *clear, confident, not over-marketed*
189
-
190
- You’re genuinely at the “ship it” point.
191
- If you want, next I can:
192
- - tighten CLI flag descriptions to exactly match `commander`
193
- - write `CONTRIBUTING.md`
194
- - review your npm publish checklist line by line
195
- ```
196
-
183
+ ## License
197
184
 
198
- <!-- STACKSYNC_START -->
199
- ## My Projects
200
-
201
- ### asozial
202
- <p>
203
- <img src="public/assets/logos/auth/jsonwebtokens.svg" alt="JWT" height="25" style="margin-right: 10px;" />
204
- <img src="public/assets/logos/frontend/nextdotjs.svg" alt="Auth.js" height="25" style="margin-right: 10px;" />
205
- <img src="public/assets/logos/testing/jest.svg" alt="Jest" height="25" style="margin-right: 10px;" />
206
- </p>
207
-
208
- ### portfolio
209
- <p>
210
- <img src="public/assets/logos/frontend/react.svg" alt="React" height="25" style="margin-right: 10px;" />
211
- <img src="public/assets/logos/frontend/react.svg" alt="ReactDOM" height="25" style="margin-right: 10px;" />
212
- <img src="public/assets/logos/language/typescript.svg" alt="TypeScript" height="25" style="margin-right: 10px;" />
213
- <img src="public/assets/logos/testing/playwright.svg" alt="Playwright" height="25" style="margin-right: 10px;" />
214
- <img src="public/assets/logos/testing/testinglibrary.svg" alt="Testing Library" height="25" style="margin-right: 10px;" />
215
- <img src="public/assets/logos/lint/husky.svg" alt="Husky" height="25" style="margin-right: 10px;" />
216
- <img src="public/assets/logos/testing/jest.svg" alt="Jest" height="25" style="margin-right: 10px;" />
217
- <img src="public/assets/logos/css/postcss.svg" alt="PostCSS" height="25" style="margin-right: 10px;" />
218
- <img src="public/assets/logos/css/tailwindcss.svg" alt="TailwindCSS" height="25" style="margin-right: 10px;" />
219
- <img src="public/assets/logos/build/vite.svg" alt="Vite" height="25" style="margin-right: 10px;" />
220
- </p>
221
-
222
- <!-- STACKSYNC_END -->
185
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stackscan",
3
- "version": "0.1.13",
3
+ "version": "0.1.15",
4
4
  "description": "Automatically detect tech stacks from repositories and generate logos, JSON, and markdown for portfolios.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",