create-waw-shopify
v1.0.2
Published
Create a new Shopify theme project with Tailwind CSS and snapshot capabilities
Downloads
7
Maintainers
Readme
create-waw-shopify
A CLI tool to quickly set up a new Shopify theme project with Tailwind CSS and snapshot capabilities.
Usage
Run the following command to create a new Shopify theme project:
npx create-waw-shopify my-theme-name
This will:
- Create a new Shopify theme project structure
- Set up Tailwind CSS
- Install Shopify CLI and other necessary dependencies
- Set up snapshot functionality
- Create initial theme files and configurations
After the setup is complete, follow the on-screen instructions to start your development server and begin working on your Shopify theme.
Available Scripts
In the project directory, you can run:
npm run dev
: Runs the theme in development modenpm run push
: Pushes your local theme files to your Shopify storenpm run pull
: Pulls the latest version of your theme from your Shopify storenpm run preview
: Allows you to preview your theme without applying it to your live storenpm run snap
: Generates a snapshot of your project for AI analysis
Working with AI
This project is set up to work seamlessly with AI assistants. Use the npm run snap
command to generate a snapshot of your project that can be shared with an AI for analysis and suggestions.
License
MIT