Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kalashnikovisme/more_html_tags

Telephone tag and target blank helper
https://github.com/kalashnikovisme/more_html_tags

Last synced: 1 day ago
JSON representation

Telephone tag and target blank helper

Awesome Lists containing this project

README

        

# More HTML Tags

Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/more_html_tags`. To experiment with that code, run `bin/console` for an interactive prompt.

TODO: Delete this and the text above, and describe your gem

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'more_html_tags'
```

And then execute:

$ bundle

Or install it yourself as:

$ gem install more_html_tags

## Usage

### tel_tag

```ruby
tel_tag +123456789
```

it will create

```html
+123456789
```

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/more_html_tags. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).