# carti

![Node.js Package](https://github.com/xJodye/cartify/workflows/Node.js%20Package/badge.svg)

cartify:)💔 your*^!🖤 text+!)

A fun CLI / Node Package for generating Playboi Carti text

Installation
---

### CLI

```sh
sudo npm i -g carti
```

## Module
```sh
npm install carti --save
```

Usage
---

### CLI

```sh
carti whats up # whats🦋*^!:( up^*!💕
carti # shlime++!:(🦋+!) - Returns carti text using a random word from a set of words
```

### Module

```js
// index.js

'use strict';

const carti = require('carti');

console.log(carti("hi")); // hi+!):(*💕
console.log(carti()); // my*^! * (ok) !+ slime!
console.log(carti("fUcK ThE pOlIcE")); // fuck+!)💔 +** (ok) !+ the*💔 police💔 +**^*!
console.log(carti()); // lit💔 +**🖤*^*!
console.log(carti("this is a test")); // this * (ok) !+:) is💕 (xo!)  a^*!:( test (ok) !+
console.log(carti("     ")); // lit^*!🖤^ (ok) !+

```

Notice
---
This package is not affiliated with [Playboi Carti](https://www.playboicarti.com/) and is merely a fun project made by a fan.

License
----

[MIT](https://github.com/xJodye/carti/blob/master/LICENSE)