1.0.2 • Published 3 years ago

jsfuckit v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

jsfuckit

An npx tool to compile Javascript to JSFuck with no regard for optimization. Simply run and watch your code turn into an insane unreadable mess!

Source code

How to Use

npx jsfuckit src dest

src can be a directory or a file. If it is a directory, all the files in that directory will be compiled recursively. dest should be either a file name or a directory.

The program ignores all files that do not end in .js.

Why

Why not?

Effects on your Code

  • Impossible to read!
  • Incredibly inefficient!
  • Massive file sizes!

Files should be about 3000x larger than the original!

How it Works

This project was inspired by Low Level Javascript's video JavaScript Is Weird (EXTREME EDITION). I highly recommend watching it. I've also "borrowed" some of the code from his video as the foundation for this package.

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago