Getting started with Instant CLI
With the Instant CLI you can create your own storefront blocks. This guide shows you how to install Instant CLI on macOS, Windows or Linux.
Prerequisites
- macOS
- Windows
- Linux
Installation ⚡
The CLI is available as an npm package. To install the package run:
- npm
- yarn
- pnpm
Terminal
npm install -g @instantcommerce/cli
Terminal
yarn install -g @instantcommerce/cli
Terminal
pnpm install -g @instantcommerce/cli
Verify the installation
To verify that @instantcommerce/cli
is installed properly, run the following command:
Terminal
instant --version