Forked from: https://github.com/malcolmyu/iconfont-builder
npm install rakufontsgenerator -g
npm test
rakufontsgenerator -f path/entry.js
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
}