carti
v1.0.4
Published
cartify:)๐ your*^!๐ค text+!)
Downloads
9
Maintainers
Readme
carti
cartify:)๐ your*^!๐ค text+!)
A fun CLI / Node Package for generating Playboi Carti text
Installation
CLI
sudo npm i -g carti
Module
npm install carti --save
Usage
CLI
carti whats up # whats๐ฆ*^!:( up^*!๐
carti # shlime++!:(๐ฆ+!) - Returns carti text using a random word from a set of words
Module
// 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 and is merely a fun project made by a fan.