4.0.4 • Published 7 months ago

@dxtr.dev/casex v4.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Introduction

Casex is a function that applies a case style given a pattern.

Instead of having a specific function for each case style, I provide a self-expressive pattern that represent the desired output. For example, kebab-case can be represented as ca-se and title case as Ca Se.

Official Documentation

Documentation for Casex can be found at dxtr.dev/casex.

Development Instrunctions

This project uses Bun so make sure you have it installed before proceeding.

  1. Install dependencies
bun install
  1. Build dist files
bun scripts/build.ts
  1. Release a new version
npm version [patch|minor|major]

License

Casex is open-sourced software licensed under the MIT License.