typocase 0.1.0

CLI for translating string into typography conventions.
Documentation
  • Coverage
  • 0%
    0 out of 28 items documented0 out of 17 items with examples
  • Size
  • Source code size: 469.21 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.89 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mtovmassian

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