theme-starter
v1.2.7
Published
A CLI tool for initializing and configuring Shopify theme projects quickly and efficiently.
Maintainers
Readme
Shopify Project CLI
Description
This CLI tool allows you to quickly set up a new Shopify project by creating necessary folders and configuration files, initializing a Git repository, and ensuring all essential files are in place.
Installation
npm install -g theme-starterUsage
Run the command:
theme-starterYou will then be prompted to configure your new project:
- Create a new folder or use an existing one
- Choose the folder location (Desktop or another location)
- Initialize a Git repository
- Add .gitignore and .shopifyignore
- Create
shopify.theme.toml - Enter the Shopify store name and theme ID
Features
✅ Create a new folder or use an existing one
📂 Automatically generate necessary files (.gitignore, .shopifyignore, shopify.theme.toml)
🛠 Initialize a Git repository
🚀 User-friendly interactive interface
Example Usage
theme-starterThen follow the prompts to create your Shopify project!
Requirements
- Node.js >=16
- npm >=7
- Installed Shopify CLI
License
This project is licensed under the MIT License.
