---
title: create
description: Create a new Shop Mini.
source_url:
  html: 'https://shopify.dev/docs/api/shop-minis/commands/create'
  md: 'https://shopify.dev/docs/api/shop-minis/commands/create.md'
api_name: shop-minis
---

# create

Create a new Shop Mini.

**Note:**

This scaffolds a new Mini project from the example template, installs dependencies, and sets up the project structure. Use this as your starting point for Mini development - it includes sample code, configuration files, and the required SDK setup.

#### Arguments

* **mini name**

  **string**

  The name of your Shop Mini.

#### Options

* **--output-dir**

  **string**

  Specify an output directory.

* **--verbose**

  **boolean**

  Print debugging messages.

Examples

### Examples

* ####

  ##### zsh

  ```sh
  npx shop-minis create [options] [mini name]
  ```

***
