Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kalashnikovisme/more_html_tags
- Owner: kalashnikovisme
- License: mit
- Created: 2016-04-28T14:08:15.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2021-01-25T21:27:13.000Z (almost 4 years ago)
- Last Synced: 2024-04-15T22:24:09.852Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
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).