Skip to content

jynxio/create-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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