Skip to content

CLI for translating string into typography conventions.

License

Notifications You must be signed in to change notification settings

mtovmassian/typocase_rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typocase RS


CLI for translating string into typography conventions.

How it works

  • Accept any string as input.
  • Detect substrings based on special chars or uppercase letters as separators.
  • Join substrings based on the typography convention selected:
    • snake case
    • pascal case
    • camel case
    • constant case
    • kebab case

Usage

$ typocase pascal abc_def_ghi
AbcDefGhi

License

This software is released under the MIT LICENSE.

Author

Martin Tovmassian

About

CLI for translating string into typography conventions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages