1.0.1 • Published 7 months ago

@kalousius/caseconverter v1.0.1

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

@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 on our GitHub repository.

Author

For support or inquiries, please contact us.