shopify-typed-settings

1.0.12 • Public • Published

Shopify CMS

This runs a local FTP server (on localhost) that will communicate with Shopify over HTTP API and allows you to upload/download/edit your theme files and assets using your favorite FTP client.

Note: this tool is built with Node.js and is installed via npm so make sure to have Node installed. I have tested this on Mac and Windows.

Installation:

npm install -g shopify-typed-settings

Setting up env variables:

SHOPIFY_CMS_SHOP
SHOPIFY_CMS_STOREFRONT_DIGEST
SHOPIFY_CMS_ACCESS_TOKEN
SHOPIFY_CMS_THEME_ID
SHOPIFY_CMS_FOLDER

Usage:

`shopify-typed-settings`

Get Shopify API Key(s)

You will need a Shopify API key-pair.

  • Go to: {store-name}.myshopify.com/admin/apps
  • Click "Private Apps" in the top right corner
  • Click on an existing private app or create a new one
  • Copy the API key and Password
  • You will need access to read / write Themes

Package Sidebar

Install

npm i shopify-typed-settings

Weekly Downloads

1

Version

1.0.12

License

MIT

Unpacked Size

1.55 MB

Total Files

87

Last publish

Collaborators

  • felixtellmann