I created a CLI tool to quickly create React/Vite/NextJs projects with Tailwind ready-configured. It's written in Rust and is config-file based so you can easily personalise it with dependancies which you regularly use!
You can install it on Mac with a single command: brew tap ozcap/quick-init && brew install quick-init.
This is my first time building something with Rust. Feedback appreciated!!
I created a CLI tool to quickly create React/Vite/NextJs projects with Tailwind ready-configured. It's written in Rust and is config-file based so you can easily personalise it with dependancies which you regularly use!
You can install it on Mac with a single command:
brew tap ozcap/quick-init && brew install quick-init.This is my first time building something with Rust. Feedback appreciated!!
Github Repo