@the-oz/theme-migrator
v0.0.2
Published
Helper to update your shopify themes to Online Store 2.0
Keywords
Readme
Install locally
npm install
npm run build
npm linkRun
Change directory to the root of the shopify theme
migrate-themeOr 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 -iConfiguration
You can pass a configuration file
{
"blacklist": ["password.liquid", "gift_card.liquid"]
}migrate-theme -c .migration.config.jsonIgnored files
- customer/*
- *.*.liquid
