1.1.0 • Published 6 months ago

@zidsa/themes-cli v1.1.0

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

📦 @zidsa/themes-cli

A powerful CLI tool to assist Zid partners with theme development.

🔐 Prerequisites

  • Node.js (version 14 or higher)
  • NPM (Node Package Manager) or Yarn

⚙️ Installation

Ensure you have Node.js installed on your system. If you're starting a new project, initialize it with npm init or yarn init.

Install the package globally using npm:

npm install -g @zidsa/themes-cli

Or using Yarn:

yarn global add @zidsa/themes-cli

💻 Available Commands

CommandDescriptionUsageDocumentation
buildBuild your theme for deploymentthemes-cli build [options]Build Documentation
newCreate a new theme projectthemes-cli new [options]New Theme Documentation
helpDisplay help information for commandsthemes-cli help-
loginAuthenticate with your Zid partner accountthemes-cli loginLogin Documentation
listList available themes in your accountthemes-cli listList Documentation
previewPreview your theme in a demo storethemes-cli preview [options]Preview Documentation
updateSubmit an update for your themethemes-cli update [options]Update Documentation

For detailed information on each command, click the documentation links above or run:

themes-cli help

🚀 Quick Start

  1. Install the @zidsa/themes-cli CLI tool globally.
  2. Authenticate with your Zid partner account:
    themes-cli login
  3. Create a new theme project:
    themes-cli new my-awesome-theme
  4. Navigate to your new theme directory:
    cd my-awesome-theme
  5. Build your theme:
    themes-cli build
  6. Preview your theme in a demo store:
    themes-cli preview --store_email your-demo-store@zid.dev
  7. Preview your theme in a demo store:
     themes-cli update --theme_id abc123def456 --change_type minor --release_notes "Added new footer design and improved mobile responsiveness"

📄 License

This project is licensed under the MIT License.

🆘 Support

If you encounter any issues or have questions, please:

For more information on Zid theme development, visit our official documentation.

1.1.0

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

8 months ago

1.0.2

8 months ago

1.0.3

8 months ago

1.0.1

11 months ago

1.0.0

11 months ago