Typescript is selected as default. If JS is to be used, it must be specified with an option parameter.
Compatible templates: Vite, Next JS
brew tap ozcap/quick-init && brew install quick-init
quick-init <PROJECT_NAME> [OPTIONS]
<PROJECT_NAME> Name of the project to be initialised
-c, --config Locate quick-init configuration file
-h, --help Print help information
-j, --javascript Use Javascript instead of Typescript
-t, --template <TEMPLATE> [vite|next] [default: vite]
-V, --version Print version information