@if24b262/string-toolkit
v1.1.0
Published
A small, useful JavaScript library that provides string manipulation functions
Readme
@if24b262/string-toolkit
A small, useful JavaScript library that provides string manipulation functions.
Table of Contents
Installation
Using npm:
npm install @if24b262/string-toolkitUsing yarn:
yarn add @if24b262/string-toolkitUsage
const { toSnakeCase, toKebabCase } = require('@if24b262/string-toolkit');
console.log(toSnakeCase("Hello World")); // => "hello_world"
console.log(toKebabCase("Hello World")); // => "hello-world"Contribution
Contributions are welcome! Please see CONTRIBUTING.md for more details.
Security
Please refer to our SECURITY.md for information about our security policies, how to report vulnerabilities, and our approach to handling security concerns.
License
This project is licensed under the MIT License.
