upperdown

CLI - Converts a sentence to the same sentence but w/ 1 out of 2 characters uppercase

Usage no npm install needed!

<script type="module">
  import upperdown from 'https://cdn.skypack.dev/upperdown';
</script>

README

UpperDown

UpperDown

CLI - Converts a sentence to the same sentence but w/ 1 out of 2 characters uppercase

Javascript

FeaturesInstallationUsageLicense

Features

  • Converts a sentence to the same sentence but w/ 1 out of 2 characters uppercase
  • Ability to copy the converted text to clipboard

Installation

# (-g because it's CLI)
$ npm i -g upperdown

Usage

Here is a basic usage example:

$ ud -c "This is a normal sentence" -p

Required options:

  • -c <sentence>: Sentence to transform, f.e: -c "Hello"

You can provide options like:

  • -p: Copies the sentence in the clipboard

License

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