
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
devkits-case-convert
Advanced tools
Convert text between camelCase, snake_case, kebab-case, and more
npm install -g devkits-case-convert
Or use without installation:
npx devkits-case-convert [args]
# Convert to camelCase
dk-case "hello world" -t camel # helloWorld
# Convert to PascalCase
dk-case "hello world" -t pascal # HelloWorld
# Convert to snake_case
dk-case "helloWorld" -t snake # hello_world
# Convert to kebab-case
dk-case "hello_world" -t kebab # hello-world
# Convert to CONSTANT_CASE
dk-case "helloWorld" -t constant # HELLO_WORLD
# Convert to Sentence case
dk-case "hello world" -t sentence # Hello world
# Convert to Title Case
dk-case "hello world" -t title # Hello World
# Convert to lowercase
dk-case "Hello World" -t lower # hello world
# Convert to UPPERCASE
dk-case "Hello World" -t upper # HELLO WORLD
# From stdin
echo "hello_world" | dk-case -t camel # helloWorld
Prefer a GUI? Check out the web version: https://devkits-tools.surge.sh/tools/text-case
Upgrade to Pro for advanced features:
Price: $9 one-time payment
Upgrade: https://devkits-tools.surge.sh/pro
Discount: Use code EARLYBIRD-2026 for 20% off
Part of the DevKits Tools collection — 80+ free developer tools:
| Tool | npm Package | Description |
|---|---|---|
| Base64 | @devkits/base64 | Encode/decode Base64 |
| JSON Formatter | @devkits/json-formatter | Format and validate JSON |
| Color Converter | @devkits/color-converter | HEX/RGB/HSL conversion |
| UUID Generator | @devkits/uuid-generator | Generate unique UUIDs |
| Hash Generator | @devkits/hash-generator | MD5, SHA1, SHA256, SHA512 |
| Regex Tester | @devkits/regex-tester | Test regex patterns |
👉 Explore all 80+ developer tools at DevKits Tools
MIT © DevKits Team
Build better APIs with API Monitor SaaS — real-time monitoring, alerting, and analytics.
👉 Early Access: $1 pre-order (50% off for life) → https://api-monitor-saas.surge.sh?utm_source=npm&utm_medium=readme&utm_campaign=phase0
FAQs
Convert text between camelCase, snake_case, kebab-case, and more
The npm package devkits-case-convert receives a total of 0 weekly downloads. As such, devkits-case-convert popularity was classified as not popular.
We found that devkits-case-convert demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.