I kept rebuilding the same setup over and over whenever starting a small npm library project:
- Vite library config
- example code
- Vitest setup for example code
- exports
- watch mode
- subpath/modifier exports
- local consumer app
- linking/testing workflow
So I finally turned my own workflow into a small CLI scaffolder.
Mainly built this for my own workflow, but maybe useful for others doing small utility/package development.
Curious how others structure their lib + live consumer setup these days.
SOCIAL SHARE CARD GENERATOR