{"id":13311668,"url":"https://github.com/lugolabs/iconly","last_synced_at":"2025-10-01T18:31:54.530Z","repository":{"id":56877239,"uuid":"80455779","full_name":"lugolabs/iconly","owner":"lugolabs","description":"Rails engine to manage your web icon fonts","archived":false,"fork":false,"pushed_at":"2018-10-31T14:26:13.000Z","size":559,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-14T11:13:23.939Z","etag":null,"topics":["icon-font","icons","rails-application","rails-engine","rails5","ruby","ruby-on-rails","rubygem","svg","svg-icons"],"latest_commit_sha":null,"homepage":"http://iconly.net","language":"Ruby","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/lugolabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-30T19:37:00.000Z","updated_at":"2024-05-31T08:03:50.000Z","dependencies_parsed_at":"2022-08-20T23:10:31.771Z","dependency_job_id":null,"html_url":"https://github.com/lugolabs/iconly","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/lugolabs%2Ficonly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lugolabs%2Ficonly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lugolabs%2Ficonly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lugolabs%2Ficonly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lugolabs","download_url":"https://codeload.github.com/lugolabs/iconly/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234725755,"owners_count":18877426,"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":["icon-font","icons","rails-application","rails-engine","rails5","ruby","ruby-on-rails","rubygem","svg","svg-icons"],"created_at":"2024-07-29T18:02:18.259Z","updated_at":"2025-10-01T18:31:49.140Z","avatar_url":"https://github.com/lugolabs.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Iconly\nRuby on Rails 5 engine that stores SVG and generate your web font icons.\n\n### Installation\n\nIconly uses [Fontcustom](https://github.com/FontCustom/fontcustom), so you need to have that and FontForge installed as per their [instructions](https://github.com/FontCustom/fontcustom).\n\nOnce Fontcustom is installed, add this line to your application's Gemfile:\n\n```ruby\ngem 'iconly', github: 'lugolabs/iconly'\n```\n\nAnd then execute:\n```bash\n$ bundle\n```\n\n### Usage\n\nIconly needs a few options setup to get working. Add these to a `config/initializers/iconly.rb` file:\n\n- `login_path` - Iconly does not provide user authentication, allowing you to include the authentication method of your choice. The `login_path` should point at your Login page\n- `logout_path` - your logout page, should respond to `DELETE` HTTP method\n- `svg_folder` - the public folder where the SVG files will be stored.\n- `downloads_folder` - the folder that will store the generated fonts\n\nE.g.:\n\n```ruby\nIconly.logout_path      = '/logout'\nIconly.login_path       = '/login'\nIconly.svg_folder       = 'test/dummy/public'\nIconly.downloads_folder = Rails.root.join('tmp/downloads').to_s\n```\n\n\n#### Database\n\nIconly uses PostgreSQL as its backend database, and installs `pg` gem. It creates a few tables to store SVG metadata, and a `users` table for ownerships.\n\nTo start, copy the Iconly migrations to your database:\n\n```bash\nbin/rails iconly:install:migrations\n```\n\nand run them:\n\n```bash\nbin/rails db:migrate SCOPE=iconly\n```\n\n#### Front end\n\nIconly app uses *Turbolinks*, and *Bootstrap 4* for its interface.\n\n#### Example\n\nCheck the [Dummy](https://github.com/lugolabs/iconly/tree/master/test/dummy) application for a working example.\n\nCreate, migrate, and seed the database:\n\n```bash\nbin/rails db:create\nbin/rails db:migrate\nbin/rails db:seed\n```\n\nThis will create a sample user to get you started.\n\nStart the Rails app in `test/dummy` folder.\n\n### License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flugolabs%2Ficonly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flugolabs%2Ficonly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flugolabs%2Ficonly/lists"}