🚀 A CLI to quickly create projects in HTML, Python, Node.js, Bash, and more!
With Homebrew (macOS & Linux)
brew install squach90/quickstart/quickstartDirect 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/macOSquickstartSelect the type of project you want to generate, and QuickStart does the rest! 🎉
- Interactive project type selection (HTML, Python, Node.js, Bash...)
- Automatic file and folder generation
- Works on macOS, Linux
brew update && brew upgrade quickstartDownload the latest version from GitHub Releases and replace the script.
- Create a Windows version
📜 License This project is under the MIT license.