create-semestack
v0.1.2
Published
<div align="center"> <a href="https://github.com/EmhaHasyim/semestack"> <img src="https://readme-typing-svg.herokuapp.com?font=Fira+Code&weight=600&size=40&pause=1000&color=2196F3¢er=true&vCenter=true&width=800&lines=Semestack;Universal+Fullstac
Readme
Semestack (v0.1.2) is a universal fullstack framework CLI tool that helps you instantly scaffold a modern, full-stack web application. It combines the best of frontend and backend technologies with zero configuration, ready to deploy.
✨ Features
With create-semestack, you can mix and match your favorite technologies:
- 🎨 Frontend Frameworks: React, Vue, Svelte, Solid
- ⚙️ Backend Frameworks: Hono, Elysia
- 🚀 Deployment Targets: Cloudflare Workers, Vercel
📦 Usage
You can create a new Semestack project using your favorite package manager. You don't need to install anything globally!
Using npm
npx create-semestack@latest
# or
npm create semestack@latestUsing bun
bun create semestack@latest🚀 Quick Start
- Run the command using either
npmorbun. - Answer the prompts:
- Choose a project name
- Select your frontend framework
- Select your backend framework
- Choose your deployment target
- Start coding:
cd my-semestack-app npm install # or bun install npm run dev # or bun run dev
🤝 Contributing
Contributions are welcome! This project is still in its early stages (v0.1.0). Feel free to open issues or submit pull requests on our GitHub repository.
📄 License
MIT
