cringify 0.1.1

Annoy your friends with the cringified text
# Cringify

Annoy your friends with the cringified text

## INSTALLATION

```
    cargo install cringify
```

## USAGE:

    cringify [OPTIONS]

## EXAMPLE

```
    cringify --string '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
    -s, --string <string>    The main string to be cringified

Made with ❤ and rust btw.