0.0.2 • Published 4 years ago

@the-oz/theme-migrator v0.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

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

  1. customer/*
  2. *.*.liquid
0.0.2

4 years ago

0.0.1

4 years ago