grunticon-cli

1.0.4 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i grunticon-cli

Weekly Downloads

0

Version

1.0.4

License

MIT

Last publish

Collaborators

  • gianlucaguarini