QUICK INIT CLI Tool to quickly create React projects with Tailwind automatically configured for use.
Typescript is selected as default. If JS is to be used, it must be specified with an option parameter.
Compatible templates: Vite, Next JS
Installation
Mac OSX (Brew):
brew tap ozcap/quick-init && brew install quick-init
Documentation
Example:
Usage:
quick-init <PROJECT_NAME> [OPTIONS]
Arguments:
<PROJECT_NAME> Name of the project to be initialised
Options:
-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
TODO
- Configure tailwind configuration automatically
- Add choice of NextJs as well as Vite react
- Allow local config to be loaded/set with chosen dependencies.