//
pkg.gl
Category
github.com/recolude/swagger-unity-codegen
unitygen
convention
package
0.0.0-20220412234254-2c2bf7eddea3
Repository:
https://github.com/recolude/swagger-unity-codegen.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
6
Files
100 SLOC
#
Functions
CamelCase
CamelCase translates string to start with lowercase.
ClassName
ClassName cleans up a string to be a valid C# class name, removing invalid characters and capitilizing the first letter.
TitleCase
TitleCase strips all '_' and '-' characters and capitalizes each word.