create-atomictemplate
v1.3.1
Published
CLI tool to scaffold AtomicTemplate - a production-ready Next.js starter
Maintainers
Readme
create-atomictemplate
CLI tool to quickly scaffold AtomicTemplate - a production-ready Next.js starter with Atomic Design methodology.
Usage
Create a new project with npx (no installation required):
npx create-atomictemplateOr with specific project name:
npx create-atomictemplate my-appInteractive Setup
The CLI will:
- Ask for your project name
- Clone the latest AtomicTemplate
- Initialize a fresh git repository
- Update package.json with your project name
- Optionally install dependencies with your preferred package manager (pnpm/npm/yarn)
What You Get
- ⚛️ Next.js 16.0.7 with App Router
- 🎨 Atomic Design component architecture
- 📊 Data-Driven development pattern
- 🎭 TypeScript 5.9.3 for type safety
- 💨 Tailwind CSS 4.1.17 for styling
- ✨ GSAP 3.13.0 for animations
- ✅ Zod 4.1.11 for validation
- 🔄 Zustand 5.0.8 for state management
- 📝 30+ documentation guides
Template Dependencies
The scaffolded project includes these core packages:
| Package | Version | Description | | ---------------------------------------------------------------------------------------- | -------- | -------------------------------------- | | @atomictemplate/slider | ^1.0.2 | Feature-rich carousel/slider component | | @atomictemplate/validations | ^1.0.3 | Zod validation schemas | | next | ^16.0.7 | React framework with App Router | | react | ^19.2.1 | UI library | | tailwindcss | ^4.1.17 | Utility-first CSS | | gsap | ^3.13.0 | Animation library | | zod | ^4.1.11 | Schema validation | | zustand | ^5.0.8 | State management | | lucide-react | ^0.555.0 | Icon library | | clsx | ^2.1.1 | Class name utility |
Requirements
- Node.js 18.17.0 or higher
- Git
Template Repository
https://github.com/nomanjawad/atomictemplate
License
MIT © Noman Jawad
