3.21.0 • Published 2 years ago

@shopify/shopify-cli-extensions v3.21.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Shopify CLI Extensions

The Shopify CLI Extensions command line tool allows you to build a UI Extensions. It comes packaged with Shopify CLI, so when you create an extension using Shopify CLI's shopify extension create command, your project will automatically consume this package.

Start using this tool by creating an extension with Shopify CLI

Installation

When consumed in a project, the command shopify-cli-extensions becomes available to the project. The command can be used to build UI Extensions.

To install this package in an UI Extension project, run:

npm install @shopify/shopify-cli-extensions

or

yarn add @shopify/shopify-cli-extensions

Building a UI Extension for development

You can run the shopify-cli-extensions serve to build your extension and automatically trigger a re-build when the source files are changed.

npm shopify-cli-extensions serve

or

yarn shopify-cli-extensions serve

Building a UI Extension for production

You can run the shopify-cli-extensions build to build a minified version of your extension.

npm shopify-cli-extensions build

or

yarn shopify-cli-extensions build

Getting the extension config

If you are using your own build tools, you can get access to the extension configs by using the getConfigs utility provided. This utility will read your extension config and return a JSON object.

import {getConfigs} from '@shopify/shopify-cli-extensions';

const configs = getConfigs();

// TODO: do something with the configs
3.20.0

2 years ago

3.21.0

2 years ago

3.20.1

2 years ago

3.17.0

2 years ago

3.16.1

2 years ago

3.16.0

2 years ago

3.19.0

2 years ago

3.16.3

2 years ago

3.18.0

2 years ago

3.16.2

2 years ago

3.15.0

2 years ago

3.14.0

2 years ago

3.13.1

2 years ago

3.9.2

2 years ago

3.9.1

2 years ago

3.9.0

2 years ago

3.11.0

2 years ago

3.10.1

2 years ago

3.10.0

2 years ago

3.13.0

2 years ago

3.12.0

2 years ago

3.8.0

2 years ago

3.7.1

2 years ago

0.2.3

2 years ago

0.2.1

2 years ago

0.2.2

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago

0.1.0-alpha.5

3 years ago

0.1.0-alpha.6

2 years ago

0.1.0-alpha.4

3 years ago

0.1.0-alpha.3

3 years ago

0.1.0-alpha.2

3 years ago

0.1.0-alpha.1

3 years ago

0.1.0-alpha.0

3 years ago