kace
Case converter
Provides common case conversion functions for various coding styles.
Common case conversions covering common initialisms.
20 stars
2 watching
3 forks
Language: Go
last commit: about 6 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
chanced/caps | A case conversion library for Go. | 54 |
knagis/commonmark.net | Implementation of the CommonMark specification in C# for converting Markdown documents to HTML | 1,003 |
vandot/casbab | A tool for converting between different cases of compound words or phrases | 29 |
ember-codemods/ember-qunit-codemod | Converts older Ember-QUnit syntax to the newer syntax | 36 |
kevinheavey/pyheck | A Python wrapper around a case conversion library in Rust. | 48 |
kcmr/web-components-codemods | Tools for transforming web components in JavaScript code | 8 |
zekth/deno_case_style | Provides functions to validate and format strings according to specific case styles. | 4 |
cpojer/js-codemod | A collection of scripts to transform JavaScript code into a more modern form | 1,218 |
skovhus/jest-codemods | A toolset to simplify the transition from various testing frameworks to Jest | 881 |
sindresorhus/camelcase | Converts dash/dot/underscore/space separated strings to camelCase or PascalCase. | 683 |
ianstormtaylor/to-capital-case | Converts input text to capital case. | 11 |
cosmo/stringcase | Converts strings to different case formats and checks their validity | 16 |
ianstormtaylor/to-space-case | Converts a string to a standardized case format where words are separated by spaces. | 6 |
tazinho/snakecase | A package for converting strings to various case formats programmatically. | 147 |
joe-noh/ccc | A library that converts character code from one format to another | 4 |