A command-line tool to quickly scaffold a Shopify theme with Alpine.js integration.
- 🏗 Creates a complete Shopify theme structure
- ⚡ Integrates Vite with Shopify plugin for modern development
- 🗻 Includes Alpine.js for reactive components
- 🎨 Optional Tailwind CSS v4 integration
- 📦 Sets up proper bundling and optimization
npx create-alpine-shopify-theme [directory-name]Follow the prompts to configure your theme.
- Complete Shopify theme folder structure
- Alpine.js integration with example components
- Vite configuration with Shopify plugin
- Optional Tailwind CSS v4 integration
- Basic theme settings and configuration
- Ready-to-use theme.liquid layout with Alpine.js examples
To contribute to this project:
- Clone the repository
- Install dependencies:
npm install - Make your changes
- Test locally by running:
node ./bin/cli.js
MIT