https://github.com/morlay/iconfont-cli
https://github.com/morlay/iconfont-cli
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/morlay/iconfont-cli
- Owner: morlay
- Created: 2015-12-02T14:42:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-21T08:56:10.000Z (about 10 years ago)
- Last Synced: 2025-09-27T06:41:23.842Z (9 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Iconfont CLI
CLI wrapper of [gulp-iconfont](https://github.com/nfroidure/gulp-iconfont)
[](https://travis-ci.org/morlay/iconfont-cli)
[](https://npmjs.org/package/iconfont-cli)
[](https://david-dm.org/morlay/iconfont-cli)
[](https://npmjs.org/package/iconfont-cli)
### Usage
```
iconfont ./example/svgs/*.svg \
-o ./example/dist \
-t ./example/templates/icons.css.ejs ./example/templates/index.html.ejs \
--template-out-dir ./example/dist
```