1.0.4 • Published 10 years ago

grunticon-cli v1.0.4

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

grunticon-cli

Standalone grunticon command line tool without using Grunt.js

Installation

Npm

$ npm install grunticon-cli -g

Usage

Type grunticon in your terminal to see all the available options

Basic

$ grunticon path/to/the/icons/ path/to/the/output/folder

Advanced

If you want to use special grunticon options you must use a separate file. For example:

$ grunticon path/to/the/icons/ path/to/the/output/folder --config=path/to/the/advanced/grunticon/options

And then in options.js

module.exports = {
  cssprefix: '.ic-'
}

For the list of all the advanced grunticon options please check the grunticon-lib repo

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago