QuickStart

February 21, 2025 ยท View on GitHub

๐Ÿš€ A CLI to quickly create projects in HTML, Python, Node.js, Bash, and more!

๐Ÿ“ฅ Installation

With Homebrew (macOS & Linux)

brew install squach90/quickstart/quickstart

Direct installation (macOS, Linux)

curl -L https://github.com/squach90/homebrew-quickstart/releases/latest/download/QuickStart.sh -o quickstart.sh
chmod +x quickstart.sh
mv quickstart.sh /usr/local/bin/quickstart  # Linux/macOS

๐Ÿš€ Usage

quickstart

Select the type of project you want to generate, and QuickStart does the rest! ๐ŸŽ‰

๐Ÿ”ฅ Features

  • Interactive project type selection (HTML, Python, Node.js, Bash...)
  • Automatic file and folder generation
  • Works on macOS, Linux

๐Ÿ›  Update

With Homebrew:

brew update && brew upgrade quickstart

Manually:

Download the latest version from GitHub Releases and replace the script.

To-Do:

  • Create a Windows version

๐Ÿ“œ License This project is under the MIT license.