Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-slate-theme

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-slate-theme

Create a new slate project from an existing slate theme repo

  • 1.0.0-alpha.21
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
increased by20%
Maintainers
1
Weekly downloads
 
Created
Source

Create Slate Theme

Start a new Slate project with a single command. Defaults to creating a fresh copy of Shopify/starter-theme:

Getting Started

To get started with a new project, run the following command in your terminal:

yarn create slate-theme my-new-theme

or if you prefer NPM

npm install -g create-slate-theme
create-slate-theme my-new-theme

Custom Starting Points

Instead of using shopify/starter-theme, you can optionally specify your own Github repo or local folder to copy as a starting point:

yarn create slate-theme my-new-theme shopify/skeleton-theme

or

yarn create slate-theme my-new-theme my-old-theme/

You can share your starting point with the community by publishing your own starter theme to Github. For example, I could publish my own starter theme in the t-kelly/custom-starter-theme repo and then start a new project with it by calling:

yarn create slate-theme my-new-theme t-kelly/custom-starter-theme

Options

--skipInstall

Skips installing theme dependencies which greatly speeds up overall setup time.

FAQs

Package last updated on 09 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc