Then create a project template in the CLI
Because I'm tired of repeatedly configuring ESLint, Stylelint, Prettier, TypeScript, and other scaffolding tools for new projects.
👀 Please do not use thepnpm uo --latest
command
(ESLint is locked to v8 because most plugins have not yet been adapted to v9, such as typescript-eslint and eslint-plugin-react)
[init] - @jynxio/create-app -
[tmpl] Select a template:
* vue
next
react
solid
astro
vanilla
[name] Enter a file name: random-file-name
[done] - @jynxio/create-app -
[next] Run these command to start:
1. cd ./random-file-name
2. npm install
3. npm dev