Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucacasonato/cases
https://github.com/lucacasonato/cases
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucacasonato/cases
- Owner: lucacasonato
- License: mit
- Created: 2024-03-06T12:26:58.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-06T12:29:56.000Z (8 months ago)
- Last Synced: 2024-10-06T10:53:33.245Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 4.88 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @luca/cases
A collection of functions for converting strings between different cases.
View on JSR: https://jsr.io/@luca/cases
## Development
```bash
# fmt
deno fmt# lint
deno lint# test
deno test
```