Sha256: 7294593ae05185a844bb2416d8ddeb18c392bfe164c757cc64636684e4a91230
Contents?: true
Size: 678 Bytes
Versions: 3
Compression:
Stored size: 678 Bytes
Contents
--- title: Introduction section: intro toc: false --- Shopify App CLI helps you build Shopify apps faster. It quickly scaffolds Node.js and Ruby on Rails apps, and automates many common development tasks. **[Get started with Shopify App CLI]({{ site.baseurl }}{% link getting-started/index.md %})** ## Quick start 1. Install Shopify App CLI: ```console $ eval "$(curl -sS https://raw.githubusercontent.com/Shopify/shopify-app-cli/master/install.sh)" ``` 2. Create an app: ```console $ shopify create ``` 3. Start and install your app on a Shopify Development store: ```console $ shopify serve ``` ```console $ shopify open ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
shopify-cli-0.9.2 | docs/index.md |
shopify-cli-0.9.1 | docs/index.md |
shopify-cli-0.9.0 | docs/index.md |