@the-oz/theme-migrator
v0.0.2
Published
Helper to update your shopify themes to Online Store 2.0
Downloads
1
Keywords
Readme
Install locally
npm install
npm run build
npm link
Run
Change directory to the root of the shopify theme
migrate-theme
Or pass the directory as an argument
migrate-theme -d "theme-test"
Index.liquid
In order to only process the index.liquid
file, you must pass the -i
flag.
migrate-theme -i
Configuration
You can pass a configuration file
{
"blacklist": ["password.liquid", "gift_card.liquid"]
}
migrate-theme -c .migration.config.json
Ignored files
- customer/*
- *.*.liquid