2.3.1 • Published 2 months ago

plugin-theme-component v2.3.1

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

plugin-theme-component

Shopify CLI plugin for building theme components.

Commands

shopify theme component

Theme Component Plugin - By Archetype Themes

USAGE
  $ shopify theme component [-v]

FLAGS
  -v, --version  Display Plugin Version

DESCRIPTION
  Theme Component Plugin - By Archetype Themes

See code: plugin/commands/theme/component/index.js

shopify theme component dev [COMPONENT]

Develop a component in isolation or all available components

USAGE
  $ shopify theme component dev [COMPONENT] [--debug] [--trace]

ARGUMENTS
  COMPONENT  Component to develop

FLAGS
  --debug  Debug Mode is more verbose.
  --trace  Trace Mode provides tracing and debug information.

DESCRIPTION
  Develop a component in isolation or all available components

See code: plugin/commands/theme/component/dev.js

shopify theme component install

Install a collection of components

USAGE
  $ shopify theme component install [--debug] [--trace] [-w]

FLAGS
  -w, --watch  Watch for changes
      --debug  Debug Mode is more verbose.
      --trace  Trace Mode provides tracing and debug information.

DESCRIPTION
  Install a collection of components

See code: plugin/commands/theme/component/install.js

Development

For normal development, the initial setup is:

$ npm i
$ shopify plugins link