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

typogruby

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typogruby

  • 1.0.18
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Typogruby

Build Status

Helps you improve your web typograpbhy with some standard text filters.

This project is based on Django's Typogrify, so the best introduction to read would be Jeff Croft's.

I created this gem to easily share these text filters in some tiny Ruby projects, including a TextMate bundle. For production code I recommend checking out the originals first.

General Usage

First, install the Ruby gem:

$ gem install typogruby

Then require the library to get started:

require 'typogruby'
Typogruby.improve('Hello, world!')

Or, you can include the library in a helper or something:

require 'typogruby'
include Typogruby
improve('Hello, world!')

See the full API documentation for more information. You could also use this Textmate Bundle.

From the command line

You can also use typogruby directly from the command line:

typogruby MY_FILE

This will output the contents of your file with all filters applied. Use typogruby -h for more information and options.

References

Changelog

See HISTORY.md for the complete changelog.

Note on Patches/Pull Requests

  • Fork the project.
  • Make your feature addition or bug fix.
  • Add tests for it. This is important so I don't break it in a future version unintentionally.
  • Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
  • Send me a pull request. Bonus points for topic branches.

Credits

By Arjan van der Gaag (avdgaag @ github) based on the hard work of lots of others. See LICENSE for license details (same as Ruby).

This gem includes contributions by:

  • Justin Hileman
  • Peter Aronoff

FAQs

Package last updated on 20 Jan 2015

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