Represents a naming utility for various conventions.
Creates an instance of _Naming.
_Naming
The naming convention to follow.
Private
Readonly
Checks if the convention is BearHugs.
Generates a folder name based on the convention.
The original entity name.
The generated folder name.
Generates an import entity based on the convention.
The generated import entity.
Generates an import statement from based on the convention.
The generated import statement.
Generates a module name based on the convention.
The original module name.
The generated module name.
Generates a runner file name based on the convention.
The generated runner file name.
Generates a runner name based on the convention.
The original runner name.
The generated runner name.
Generates a task file name based on the convention.
The generated task file name.
Generates a task name based on the convention.
The original task name.
The generated task name.
Converts a string to PascalCase.
The converted PascalCase string.
Generates a usage entity based on the convention.
The generated usage entity.
Generated using TypeDoc
Represents a naming utility for various conventions.