function deriveNames
deriveNames(raw: string): DerivedNames

Derive all five naming forms from a raw input string.

Parameters

raw: string

The input string (e.g., "user-profile", "UserProfile", "user profile")

Return Type

A DerivedNames object containing all five variants

Usage

import { deriveNames } from "cli/src/index.ts";