1.0.14 • Published 7 years ago

rakufontsgenerator v1.0.14

Weekly downloads
60
License
-
Repository
github
Last release
7 years ago

Generate icon fonts by one command

Forked from: https://github.com/malcolmyu/iconfont-builder

Build Status

Installation

npm install rakufontsgenerator -g

Tests

npm test

CLI usage

rakufontsgenerator -f path/entry.js

a sample entry file

module.exports = {
    // the directory where the svg files are stored
    src: '/Users/hehe/Sites/icons/svg/',
    // the directory that you want to store the generated fonts
    dest:'/Users/hehe/repos/site/static/fonts/',
    // the name of generated fonts
    fontName: 'icomoon',
    // the prefix for the css class
    prefix: 'icon-',
    // whether to generate demo HTML page
    demoPage: 1
}
1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago