1.0.4 β€’ Published 4 years ago

carti v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

carti

Node.js Package

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.

License

MIT