stylus-spriting

0.0.5 • Public • Published

stylus-spriting

Sprite generator with stylus

Instalation

npm install stylus-spriting -g

To use you must install the dependencies.

The GM Library is the only dependence that can't be installed with a npm.

GM (Graphics Magick)

Installing a GM Library.

MAC OSX

To install I used a homebrew tool. For more instruction of installation go to GM Site.

$ brew update
$ brew install graphicsmagick

Installing stylus-spriting

$ git clone git://github.com/thepirates/stylus-spriting.git
$ cd stylus-spriting
$ npm install

Usage

To use you need do like that:

$ node bin/stylus-spriting --help

Usage: stylus-spriting stylus-spriting path/to/images/*.png [options]

Options:

-h, --help               output usage information
-V, --version            output the version number
--image <file>           Name for output image.
--stylus <file>          Name for output stylus.
--class-prefix <string>  Class prefix for stylus.
--debug <boolean>        Debugger mode.

Readme

Keywords

none

Package Sidebar

Install

npm i stylus-spriting

Weekly Downloads

0

Version

0.0.5

License

MIT

Last publish

Collaborators

  • egermano