Security News
Research
Supply Chain Attack on Rspack npm Packages Injects Cryptojacking Malware
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
create-slate-theme
Advanced tools
Create a new slate project from an existing slate theme repo
Start a new Slate project with a single command. Defaults to creating a fresh copy of Shopify/starter-theme
:
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
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
Skips installing theme dependencies which greatly speeds up overall setup time.
FAQs
Create a new slate project from an existing slate theme repo
We found that create-slate-theme demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.
Security News
Sonar’s acquisition of Tidelift highlights a growing industry shift toward sustainable open source funding, addressing maintainer burnout and critical software dependencies.