An open API service indexing awesome lists of open source software.

https://github.com/alula/yanderedevify

A little tool that makes ur JavaScript code a bigger shitcode.
https://github.com/alula/yanderedevify

Last synced: 5 months ago
JSON representation

A little tool that makes ur JavaScript code a bigger shitcode.

Awesome Lists containing this project

README

          

# YandereDevify

![npm](https://img.shields.io/npm/v/yanderedevify)

A little tool that translates your good or not-so-good JavaScript (possibly other languages in future) code into much more unmaintainable and hard to understand mess, resembling style of famous indie game developer.

If you decide to look at the code don't get scared, it's purposefully written cancer.

#### Disclaimer

This project was made purely for memes, and is not meant to insult/harass anyone or anything.

#### Usage

Via `npx`:
```
npx yanderedevify /path/to/script.js > output.js
```

From a cloned repo:

```
npm install
node index.js /path/to/script.js > output.js
```