stackscan 0.1.13 → 0.1.14
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 -47
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -173,50 +173,4 @@ See `CONTRIBUTING.md` for development workflow and guidelines.
|
|
|
173
173
|
|
|
174
174
|
## License
|
|
175
175
|
|
|
176
|
-
MIT
|
|
177
|
-
|
|
178
|
-
```
|
|
179
|
-
|
|
180
|
-
---
|
|
181
|
-
|
|
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
|
-
|
|
197
|
-
|
|
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 -->
|
|
176
|
+
MIT
|
package/package.json
CHANGED