https://github.com/fteem/isitfree
Gem that checks if a given gem name is taken on rubygems.org
https://github.com/fteem/isitfree
Last synced: 27 days ago
JSON representation
Gem that checks if a given gem name is taken on rubygems.org
- Host: GitHub
- URL: https://github.com/fteem/isitfree
- Owner: fteem
- License: mit
- Created: 2014-04-28T23:23:35.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-28T23:29:00.000Z (about 12 years ago)
- Last Synced: 2025-12-28T21:59:18.710Z (6 months ago)
- Language: Ruby
- Size: 137 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Isitfree
Is a silly tiny gem that checks if a gem name is free on rubygems.org
## Installation
Install it yourself as:
$ gem install isitfree
## Usage
Call from command like:
```bash
isitfree nokogiri
#=> "The gem "nokogiri" exists. Sorry :("
isitfree some_silly_name
#=> "Yay! The gem "some_silly_name" does not exist! It's all yours!"
```
Note: since this is a binary, make sure you rehash/refresh your gems after installing.