Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

slush-theme-patterns

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slush-theme-patterns

A Slush generator for the Theme Pattern Library

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

slush-theme-patterns

A Slush generator for the WordPress Theme Pattern Library.

Getting Started

Slush is built on Node.js and Gulp.js. In order to get up and running, you will first need to make sure these are installed globally.

You can head over to the Node.js homepage and install the latest version from there (the green "INSTALL" button). That will give you both Node.js and NPM (Node Package Manager).

Once you have Node installed, you can install the global dependencies (Gulp and Slush) with the following command:

$ npm install -g gulp slush

Additionally, this generator takes advantage of Sass for a couple one-off compiling tasks.

If you're on a Mac, you can install that Sass locally with the following:

$ gem install sass

OR the following, if you get a permissions error:

$ sudo gem install sass

A more in-depth set of instructions can be found at the official Sass docs.

Lastly, you will need to install the generator itself, via the following command:

$ npm install -g slush-theme-patterns

*If you are receiving a permissions error, you may need to run these installation commands as sudo. For example, sudo npm install -g gulp.

Now, you're ready to use the generator.

Usage

Anywhere outside of the Slush generator folder, create a new folder for your project:

$ mkdir my-new-project

Run the generator from within the new folder:

$ cd my-new-project && slush theme-patterns

Getting To Know Slush

Slush is a tool that uses Gulp for project scaffolding.

Slush does not contain anything "out of the box", except the ability to locate installed slush generators and to run them with liftoff.

To find out more about Slush, check out the documentation.

Contributing

See the CONTRIBUTING Guidelines

Support

If you have any problem or suggestion please open an issue here.

Keywords

slushgenerator

FAQs

Package last updated on 16 Jul 2015

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