/nim-fmt-naming

Format the naming style in a nim source file

Primary LanguageNimGNU Lesser General Public License v2.1LGPL-2.1

nim-fmt-naming

Format the naming style in a nim source file

Install

nimble install https://github.com/trey-c/nim-fmt-naming.git

Usage

fmt_naming <file> <naming_style> <optional:write>

Example

fmt_naming file.nim snake_case write
fmt_naming file.nim camel