A modern zero config CLI tool to quickly scaffold new projects with popular frameworks and configurations.
|
|
|
|
npx create-launcher
npm install -g create-launcher
create-launcher
โก Creating a React + TypeScript + Tailwind project in under 30 seconds
- Run the command
- Enter your project name
- Select a template
- Choose TypeScript (if supported)
- Choose Tailwind CSS (if supported)
- Your project will be created and ready to go!
๐จ Template | ๐ TypeScript | ๐จ Tailwind | ๐ Description | โก Bundler |
---|---|---|---|---|
Vanilla | โ | โ | Pure HTML/CSS/JS project | Vite |
React | โ | โ | Modern React application | Vite |
Next.js | โ | โ | Full-stack React framework | Next.js |
11ty | โ | ๐* | Static site generator | 11ty |
*Tailwind can be manually added later
- โก Fastest setup - under 30 seconds
- ๐ฏ Battle-tested templates
- ๐ Always updated dependencies
- ๐ ๏ธ Zero configuration required
- Vue.js templates with Vite
- Svelte support with SvelteKit
- Angular starter templates
# Clone the repository
git clone https://github.com/pranav89624/create-launcher.git
cd create-launcher
# Install dependencies
npm install
# Build the project
npm run build
# Test locally
npm run dev
Contributions are welcome! Please read CONTRIBUTING.md
for setup instructions and contribution guidelines.
MIT License - see LICENSE
file for details.
All notable changes to this project will be documented in the CHANGELOG.md
.
Made with โค๏ธ by Pranav Verma