jesusalber1 / cli-helpers

CLI helper functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cli-helpers

CLI helper functions

Installation

npm i -g @jesusalber1/cli-helpers

Usage

Lower

Examples

$ lower "TEXT TO LOWERCASE"
$ lower TEXT TO LOWERCASE'
$ pbpaste | lower # piped text

Upper

Examples

$ upper "text to uppercase"
$ upper text to uppercase'
$ pbpaste | upper # piped text

Capitalize

Examples

$ capitalize "text to uppercase"
$ capitalize text to uppercase'
$ pbpaste | capitalize # piped text

About

CLI helper functions

License:MIT License


Languages

Language:TypeScript 90.1%Language:JavaScript 9.9%