@kalousius/caseconverter

1.0.1 • Public • Published

@kalousius/caseconverter package.

Case Converter

npm npm GitHub [GitHub issues]

Convert text to sentence case with ease.

Installation

You can install this package using npm:

npm install @kalousius/caseconverter

Usage

Here's a simple example of how to use this package:

const caseConverter = require('@kalousius/caseconverter');

const text = "hello world"; const sentenceCaseText = caseConverter(text);

console.log(sentenceCaseText); // Output: "Hello world"

Features

  • Converts text to sentence case.
  • Easy to use with a simple function call.

License

This package is open-source and available under the MIT License.

Issues

If you encounter any issues or have suggestions for improvements, please [open an issue] (https://github.com/kalousius/Sentence-Case-Converter..git) on our GitHub repository.

Author

For support or inquiries, please contact us.

Package Sidebar

Install

npm i @kalousius/caseconverter

Weekly Downloads

2

Version

1.0.1

License

ISC

Unpacked Size

2.6 kB

Total Files

4

Last publish

Collaborators

  • kalousius