Convert text to kebab-case (words joined by hyphens). Standard format for CSS class names, URL slugs, and CLI flags.
Example
Hello World → hello-world
foo_bar_baz → foo-bar-baz
The Quick Brown Fox → the-quick-brown-fox
Convert text to kebab-case (words joined by hyphens). Standard format for CSS class names, URL slugs, and CLI flags.
Hello World → hello-world
foo_bar_baz → foo-bar-baz
The Quick Brown Fox → the-quick-brown-fox