deno_case_style
Case formatter
Provides functions to validate and format strings according to specific case styles.
A string validator and formater for case Style
4 stars
2 watching
1 forks
Language: TypeScript
last commit: over 5 years ago
Linked from 1 awesome list
camelcasedenokebabcasepascalcasesnakecasestring-manipulation
Related projects:
Repository | Description | Stars |
---|---|---|
onikuryh/deno-prettystring | A utility module for formatting and trimming strings to improve readability. | 7 |
denolib/camelcase | Converts strings from dashed or underscored formats to camelCase or PascalCase formats. | 8 |
zekth/deno_tiny_templates | A template parser for Deno. | 6 |
nozaq/pre-commit-deno | Provides pre-commit hooks for Deno projects to enforce code formatting and linter checks. | 9 |
kkinnear/zprint | A tool for formatting and beautifying Clojure and Clojurescript source code and s-expressions to improve readability. | 556 |
codemodus/kace | Provides common case conversion functions for various coding styles. | 20 |
mtxr/zsh-change-case | Tool to simplify switching between uppercase and lowercase in the command line interface | 8 |
sindresorhus/camelcase | Converts dash/dot/underscore/space separated strings to camelCase or PascalCase. | 683 |
yakovzaytsev/screamer-plus | An extension to a string formatting library that enhances its functionality and expressiveness | 7 |
kassane/fmt | A modern formatting library with a fast and safe API for string formatting | 0 |
matteocrippa/fossil | A TypeScript validation library for Deno projects | 4 |
chanced/caps | A case conversion library for Go. | 54 |
vvakame/typescript-formatter | A tool to format TypeScript code according to specified rules and configurations. | 559 |
cosmo/stringcase | Converts strings to different case formats and checks their validity | 16 |
code-hex/deno-context | Propagates deadlines and cancellation information across multiple promises in a request-scoped context. | 6 |