carti
Version:
cartify:)π your*^!π€ text+!)
58 lines (39 loc) β’ 1.13 kB
Markdown
# carti

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)