1.0.0 • Published 6 years ago

asscup v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

asscup

An easy markup language that will help you in any dispute.

What can this library do?

This allows to format your text on asscup language, making it more aggressive, and inserting various curses into it.

Language rules.

There are two kinds of expressions: insert tokens and format tokens. Insert tokens must be paired (except when all the text after the token needs to be formatted). Here are it all with examples:

TokenNameExample
~Spaces after~Whore~ → W h o r e
_Spaces around_Shit_ → S h i t
^Caps lock^Bitch^ → BITCH
\ | Dots | \Anal\ → A.n.a.l.
*Hiding symbols*Ass* → !#%

Insert tokens allow you to insert a random noun, adjective, verb, or whole sentence into your text. Here are it all with examples:

TokenNameExample
#nNoun#n → ass
#vVerb#v → fucking
#aAdjective#a → fuck
#sSentence#s → Fuck your mother

Using.

Pretty easy! Install it, require and use format function. For example:

const asscup = require('asscup')
asscup.format('You\'re a ^fucking moron^!')

Also, if you want to use Russian, you must add RU as the second argument:

asscup.format('Соси хуй, ^пидор^!', 'RU')

How can you help?

As you can see, I'm pretty bad in English. So you can help me add new words to the dictionary and edit the old ones. All you need to do is send a pull request to me on GitHub. The dictionary is in the src folder. This is a json file. The structure of this file is very simple. I believe that you will understand this.