Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

iconoclast

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iconoclast

  • 0.1.4
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= iconoclast

The Iconoclast gem provides an easy way to install iconsets (currently the Famfamfam 'silk' and 'flags' iconsets are included).

= Installation

The iconoclast gem is hosted on gemcutter.org, so you will first need to configure your gem system to pull from gemcutter: $ gem install gemcutter $ gem tumble

Once you have configured gemcutter: $ gem install iconoclast

= Usage

Install iconsets into your rails app's public directory:

$ cd /path/to/railsapp $ iconify

Running iconify without any arguments installs the famfamfam silk iconset by default. You can specify additional iconsets as well: $ iconify --set=flags

Once your icons are installed, activate the helper methods by adding the following line to your application_controller.rb: helper Iconoclast::IconHelper

Then use the icons in your views: <%= icon 'name' %> <%= icon 'name', 'alt text' %> <%= icon 'name', 'alt text', { :border => 1 } %>

== Copyright

Copyright (c) 2009 Eric Dennis. See LICENSE for details.

This package also contains iconsets from Famfamfam: http://www.famfamfam.com/lab/icons/

The Famfamfam iconsets are provided under the Creative Commons Attribution 2.5 License (http://creativecommons.org/licenses/by/2.5/).

FAQs

Package last updated on 29 Mar 2010

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc