kickstart-angular
v0.1.0
Published
Opinionated Angular starter CLI: UI lib, modules, interceptors, routing, structure
Downloads
3
Maintainers
Readme
kickstart-angular
🚀 A developer-friendly CLI to scaffold Angular projects with batteries included.
No more repetitive setup — spin up a new Angular app with Material, Bootstrap, or Tailwind in seconds.
✨ Features
- ⚡ One command setup using
@angular/cli - 🎨 Pick your favorite UI library:
- Angular Material
- Bootstrap
- Tailwind CSS
- 🏗️ Opinionated folder structure:
core/(interceptors, services)shared/(components, directives, pipes)features/(lazy modules like Home, Dashboard)
- 🔌 Built-in HttpClient interceptor & ApiService
- 🛣️ Routing configured with lazy modules
- 🧹 Clean starter template with header + navigation + router-outlet
- 🛠️ Optional Tailwind integration out of the box
🚀 Quick Start
# Create a new Angular project interactively
npx kickstart-angular my-app
# Or skip prompts with defaults (Material + SCSS + Routing)
npx kickstart-angular my-app -y