Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```