0.2.0 • Published 5 years ago

shopify-themekit v0.2.0

Weekly downloads
39
License
MIT
Repository
github
Last release
5 years ago

shopify-themekit

StandardJS travis-ci build status appveyor build status

node wrapper for Shopify ThemeKit

This is based on node-themekit. I didn't agree with a lot of the ways that package was handling it, so I made my own.

Install

yarn add shopify-themekit

# or npm
npm install --save shopify-themekit

Use

See ThemeKit Docs for full list of commands and options

API

const themekit = require('shopify-themekit')
const options = {
  files: ['assets/file.js', 'assets/file.css'],
  ignore: false,
  store: '...'
}

// equivalent to:
// theme upload assets/file.js assets/file.css --no-ignore --store=...
themekit('upload', options)
  .then(...)
  .catch(...)

CLI

# arguments passed directly to themekit
theme upload --allenvs

License

MIT

0.2.0

5 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

7 years ago

0.0.1

7 years ago