{"id":17497478,"url":"https://github.com/moox/grunt-fontcustom","last_synced_at":"2025-12-23T19:30:48.792Z","repository":{"id":6776588,"uuid":"8023632","full_name":"MoOx/grunt-fontcustom","owner":"MoOx","description":"Compile SVG and EPS to Fonts (and CSS)","archived":false,"fork":false,"pushed_at":"2013-02-05T09:58:13.000Z","size":124,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-05T21:04:25.414Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MoOx.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-MIT","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-02-05T06:09:34.000Z","updated_at":"2014-02-24T15:38:38.000Z","dependencies_parsed_at":"2022-09-22T14:41:04.874Z","dependency_job_id":null,"html_url":"https://github.com/MoOx/grunt-fontcustom","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoOx%2Fgrunt-fontcustom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoOx%2Fgrunt-fontcustom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoOx%2Fgrunt-fontcustom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MoOx%2Fgrunt-fontcustom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MoOx","download_url":"https://codeload.github.com/MoOx/grunt-fontcustom/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239707801,"owners_count":19684135,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-19T15:50:02.747Z","updated_at":"2025-12-23T19:30:43.513Z","avatar_url":"https://github.com/MoOx.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# grunt-fontcustom [![Build Status](https://secure.travis-ci.org/MoOx/grunt-fontcustom.png?branch=master)](http://travis-ci.org/MoOx/grunt-fontcustom)\n\n\u003e Compile SVG and EPS to Fonts (and CSS)\n\n# WARNING\n\nPrefer the [grunt-webfont](https://github.com/sapegin/grunt-webfont) plugin, more flexible.\n\n*This plugin is not yet published on NPM \u0026 maybe never will.*\nYou can still install it with:\n\n```shell\nnpm install git://github.com/MoOx/grunt-fontcustom.git --save-dev\n```\n\n\n## Getting Started\nIf you haven't used [grunt][] before, be sure to check out the [Getting Started][] guide, as it explains how to create a [gruntfile][Getting Started] as well as install and use grunt plugins. Once you're familiar with that process, install this plugin with this command:\n\n```shell\nnpm install grunt-fontcustom --save-dev\n```\n\n[grunt]: http://gruntjs.com/\n[Getting Started]: https://github.com/gruntjs/grunt/blob/devel/docs/getting_started.md\n\n\n## Fontcustom task\n_Run this task with the `grunt fontcustom` command._\n\nThis task requires you to have [Ruby](http://www.ruby-lang.org/en/downloads/), [Fontcustom](http://fontcustom.github.com/fontcustom/) and its dependencies installed. If you're on OS X or Linux you probably already have Ruby installed, try `ruby -v` in your terminal. When you've confirmed you have Ruby installed, checkout [Fontcustom installation instructions](http://fontcustom.github.com/fontcustom/#installation) corresponding to your OS to install Fontcustom.\n\n_This plugin is only compatible with Grunt `\u003e= 0.4.x`._\n\n### Options\n\n#### src ```string```\n\nSpecify a source directory where are located .svg or .eps\n\n#### dest ```string```\n\nSpecify an output directory. Default: {src}/../fontcustom.\n\n#### name ```string```\n\nSpecify a font name. This will be used in the generated fonts and CSS. Default: fontcustom.\n\n#### nohash ```boolean```\n\nDisable filename hashes. Default: false.\n\n[config]: http://fontcustom.github.com/fontcustom/#usage\n\n### Usage Examples\n\n#### Example config\n\n```javascript\ngrunt.initConfig({\n  fontcustom: {               // Task\n    icons: {                   // Target\n      options: {              // Target options\n        src: 'icons/'\n        dest: 'fonts/'\n        name: 'icons',\n      }\n    }\n  }\n});\n\ngrunt.loadNpmTasks('grunt-fontcustom');\n\ngrunt.registerTask('default', ['jshint', 'fontcustom']);\n```\n\n\n## Release History\n\n_(Nothing yet)_\n\n\n---\n\nTask submitted by [Maxime Thirouin](http://github.com/MoOx)\n\n*This file was generated on Tue Feb 05 2013 09:32:26.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoox%2Fgrunt-fontcustom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoox%2Fgrunt-fontcustom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoox%2Fgrunt-fontcustom/lists"}