Generate a starter README.md from your package.json — title, description, install command, scripts list, and license.
# my-package
A demo package
## Install
```bash
npm install my-package
```
## Scripts
- `npm run build` — tsc
- `npm run test` — vitest
- `npm run lint` — eslint .
## License
MIT © Jane Doe