cringify 0.2.0

Annoy your friends with the cringified text
Documentation
# Cringify

Annoy your friends with the cringified text

## INSTALLATION

```
    cargo install cringify
```

## USAGE:

    cringify <STRING> [OPTIONS]

## EXAMPLE

```
    cringify 'Rust is for hippies' --prefix 'Java boomer said: '
```

Output

```
    Java boomer said:  rUsT Is fOr hIpPiEs
```

## FLAGS:

    -h, --help       Prints help information
    -V, --version    Prints version information

## OPTIONS:

    -p, --prefix <prefix>    Prefix value for the string

Made with ❤ and rust btw.