Skip to content

thoran/cases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cases

Description

A small executable cheatsheet to show a list of different cases used when coding.

Installation

0. Have a recent version of Ruby installed

1a. Via Homebrew

$ brew tap thoran/tap
$ brew install thoran/tap/cases

1b. Manually

$ git clone https://github.com/thoran/cases
$ cp ./cases/bin/cases to your preferred executable path
$ chmod +x /path/to/cases

Usage

$ cases
camelCase
kebab-case
PascalCase
SCREAMING-KEBAB-CASE
SCREAMING_SNAKE_CASE
snake_case

Contributing

  1. Fork it: https://github.com/thoran/cases/fork
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Create a new pull request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages