OZCAP / quick-init

CLI tool to quickly create React + Typescript + Tailwind projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QUICK INIT

Quick Init Logo

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 (Homebrew):

brew tap ozcap/quick-init && brew install quick-init

Documentation

Example:

Quick Init Usage 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.

About

CLI tool to quickly create React + Typescript + Tailwind projects

License:MIT License


Languages

Language:Rust 100.0%