Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yukoff/gulp-font-blast
Gulpy font-blast
https://github.com/yukoff/gulp-font-blast
font-blast gulp gulp-plugin icon-font
Last synced: 7 days ago
JSON representation
Gulpy font-blast
- Host: GitHub
- URL: https://github.com/yukoff/gulp-font-blast
- Owner: yukoff
- License: mit
- Created: 2017-08-21T14:06:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-21T14:13:55.000Z (over 7 years ago)
- Last Synced: 2025-01-03T15:02:21.342Z (about 1 month ago)
- Topics: font-blast, gulp, gulp-plugin, icon-font
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gulp-font-blast
> Convert an svg font file to svg symbol definition
If you haven't used [Gulp](http://gulpjs.com/) before, be sure to check out the
[Getting Started](https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md#getting-started)
guide - it explains how to create a [gulpfile](https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md#create-a-gulpfile).
You may also check out [API documentation](https://github.com/gulpjs/gulp/blob/master/docs/API.md#gulp-api-docs)
of Gulp or search for other Gulp [plugins](http://gulpjs.com/plugins/). Once you're familiar with that process,
you may install this plugin with this command:
```shell
npm install gulp-font-blast --save-dev
```Once the plugin has been installed, it may be enabled inside of your `gulpfile` with this line of JavaScript:
```javascript
gulp.task('font-blast', function() {
// TBD
});
```