create-shopify-scss-autofill
v0.6.4
Published
Scaffold scss-kit (SCSS workflow + responsive autofill) for Shopify theme development.
Maintainers
Readme
create-shopify-scss-autofill
This package scaffolds scss-kit into an existing folder (or a new folder) so you can get a stable workflow:
- write SCSS → compile to CSS (safe mode)
- auto-generate per-entry responsive overrides from
r.resp(pc, mobile, desktopType[, mobileType]) - upload via Shopify Theme Kit (
theme watch)
Usage (npm create)
npm create shopify-scss-autofill@latest
# or
npm init shopify-scss-autofill@latestTo scaffold into a specific directory:
npm create shopify-scss-autofill@latest my-themeOptions:
--no-install: do not runnpm install--force: overwrite existingtools/scss-kitandscss-kit.config.json
After scaffolding
- Fill
config.ymlplaceholders (Theme Kit credentials) - Run
npm run dev:theme:auto
What it writes
tools/scss-kit/*(the CLI + watchers)scss-kit.config.json(default config)- Runs
node tools/scss-kit/cli.mjs initto patch scripts/devDependencies safely
