reaatech/string-utils
These packages provide a library of pure string manipulation functions and a corresponding CLI wrapper for text transformation. They are designed for projects requiring deterministic string formatting, such as slugification or casing conversions, without introducing third-party dependencies. The collection is built on a shared core, allowing you to use the same logic in both programmatic JavaScript environments and shell-based data pipelines.
Packages
2 packages
@reaatech/cli
Provides a CLI binary that transforms text piped via stdin into kebab-case, camelCase, or URL-safe slugs, or truncates it to a specified length. It acts as a command-line interface for string manipulation utilities defined in `@reaatech/core`.
- status
- awaiting publish
@reaatech/core
Provides a collection of zero-dependency string manipulation functions for case conversion, truncation, and URL-safe slug generation. These utilities are exported as individual functions for use in any JavaScript or TypeScript environment.
- status
- awaiting publish
Comments
Sign in with GitHub to comment and vote.
Loading comments…
