Nog CLI Developer Guide - v0.10.5
    Preparing search index...

    Function toKebabCase

    • Converts a string to kebab-case. Examples:

      • "HelloWorld" => "hello-world"
      • "helloWorld" => "hello-world"
      • "hello_world" => "hello-world"

      Parameters

      • str: string

        The string to convert

      Returns string

      The string in kebab-case format