JSPM

string-utilss

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q19656F
  • License MIT

A collection of useful string manipulation functions.

Package Exports

  • string-utilss
  • string-utilss/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (string-utilss) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

string-utils

A collection of useful string manipulation functions for JavaScript/TypeScript. The library provides simple utilities for converting, formatting, and manipulating strings, such as converting between camelCase, kebab-case, snake_case, title case, and more.

Table of Contents

Installation

To install the package, use npm:

npm install string-utils

License

This project is licensed under the MIT License - see the LICENSE file for details.

### Key Sections:
- **Installation:** Explains how to install the package using npm or by cloning the repository.
- **Usage:** Provides basic usage examples of the functions.
- **Functions:** Lists all available functions with descriptions and examples.
- **Contributing:** Guidelines for contributing to the project (fork the repo, submit a PR, etc.).
- **License:** Specifies that the project is licensed under the MIT License.

Make sure to adjust any repository-specific details like contribution guidelines or URLs if needed.