Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmalf/gh-username-checker
A simple tool to check the availability of GitHub usernames. This tool can be useful for developers who want to find unique and available usernames for their GitHub accounts.
https://github.com/cmalf/gh-username-checker
checker gh-username gh-username-availability github-api github-username-checker ruby username-availability username-availability-checker username-checker
Last synced: 9 days ago
JSON representation
A simple tool to check the availability of GitHub usernames. This tool can be useful for developers who want to find unique and available usernames for their GitHub accounts.
- Host: GitHub
- URL: https://github.com/cmalf/gh-username-checker
- Owner: cmalf
- Created: 2024-11-04T13:32:46.000Z (12 days ago)
- Default Branch: main
- Last Pushed: 2024-11-04T14:40:56.000Z (12 days ago)
- Last Synced: 2024-11-04T16:20:08.004Z (12 days ago)
- Topics: checker, gh-username, gh-username-availability, github-api, github-username-checker, ruby, username-availability, username-availability-checker, username-checker
- Language: Ruby
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🧐 gh-username-checker
This tool can be useful for developers who want to find unique and available usernames for their GitHub accounts.
# 🤔 How to do
- Clone This repository
```bash
git clone https://github.com/caturmahdialfurqon/gh-username-checker.git
```
- Go to the folder
```bash
cd gh-username-checker
```
- Install dependencies
```bash
bundle install
```
- Run the script
```bash
ruby gh.rb
```