y3-app
v1.0.1
Published
CLI to add your project structure
Downloads
7
Maintainers
Readme
Create Y3 App
A CLI tool to scaffold TypeScript projects with React, Node.js, or fullstack structures, including Docker support.
Installation
npm install -g create-y3-appUsage
create-y3-app my-projectThis will start an interactive CLI that guides you through:
- Choosing your project type (React, Node.js, or Fullstack)
- Setting up TypeScript configuration
- Adding Docker support
- Configuring your development environment
Features
- 🚀 Quick project setup
- 📦 TypeScript support out of the box
- 🐳 Docker configuration included
- 🔧 Modern development tools pre-configured
- 📱 Multiple project templates available
Project Structure
The generated project will include:
- TypeScript configuration
- Development dependencies
- Docker configuration (if selected)
- Project-specific setup
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
MIT
