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.