Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.2 KB

README.md

File metadata and controls

48 lines (39 loc) · 1.2 KB

npm create @jynxio/app

Then create a project template in the CLI

Why?

Because I'm tired of repeatedly configuring ESLint, Stylelint, Prettier, TypeScript, and other scaffolding tools for new projects.


👀 Please do not use the pnpm 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)

How?

[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