0.0.6 • Published 9 years ago

hire-stylist v0.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

hire-stylist

hire-stylist is a convenience utility for handling .styl files in a very opinionated workflow including support for some common libraries. It's not currently abstracted, but may be in the future.

Motivation

hire-stylist is a very thin convenience wrapper to contain common style-related activities and dependencies in a contained tool.

I found myself using a similar pattern to compile stylesheets on all my projects, and I wanted a quicker way to get up and running while getting boilerplate dependencies out of the individual project's package.json.

Usage

Step 0: Install

npm install -g hire-stylist

Step 1: Prepare Your Styles

hire-stylist expects to receive a .styl manifest file.

If desired, you can @require any combination of the following libraries in the manifest (or stylesheets it includes):

  • jeet
  • nib
  • typographic

Step 2: Stylize

From the command line, run hire-stylist [source] [destination], where [source] is the path to your manifest file and destination is the path to your desired CSS file. Paths can be absolute or relative.

Example: hire-stylist ui/ui.styl build/css/ui.css

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago