five23 / slate-tools

Shopify's defunct Slate tools occasionally updated w/ some security patches

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EDIT: Don't use me, I'm abandoned!

Check out some of these other Slate forks instead ->

Shopify Slate Tools

Shopify's defunct Slate tools occasionally updated w/ some security patches

For Existing Slate projects

Replace the following dependency:

{
  "devDependencies": {
    "@shopify/slate-tools": "1.0.0-beta.19"
  }
}

With:

{
  "devDependencies": {
    "@five23/slate-tools": "https://github.com/five23/slate-tools"
  }
}

With NPM

npm install https://github.com/five23/slate-tools --save-dev

With Yarn

yarn add --dev https://github.com/five23/slate-tools

About

Shopify's defunct Slate tools occasionally updated w/ some security patches


Languages

Language:JavaScript 92.9%Language:HTML 7.1%