1.0.4 • Published 10 years ago
grunticon-cli v1.0.4
grunticon-cli
Standalone grunticon command line tool without using Grunt.js
Installation
Npm
$ npm install grunticon-cli -gUsage
Type grunticon in your terminal to see all the available options
Basic
$ grunticon path/to/the/icons/ path/to/the/output/folderAdvanced
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/optionsAnd then in options.js
module.exports = {
cssprefix: '.ic-'
}For the list of all the advanced grunticon options please check the grunticon-lib repo