1.0.1 • Published 6 years ago

upperdown v1.0.1

Weekly downloads
7
License
MIT
Repository
github
Last release
6 years ago

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.

1.0.1

6 years ago

1.0.0

6 years ago