archive
/
JSFuckify
Archived
1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
JSFuckify/README.md

930 B

JSFuckify Circle CI

Browserify transformer and CLI to convert normal JS into JSFuck

Installation

Installation can be done using npm.

npm install jsfuckify --save

Usage

With Browserify

browserify <input> -o <output> -t jsfuckify

CLI

CLI Support coming soon!

How it works

This transform uses the jscrewit module to do the conversion, and adds minimal overhead to keep the build time fast!

What is JSFuck?

JSFuck is an esoteric and educational programming style based on the atomic parts of JavaScript. It uses only six different characters to write and execute code. It does not depend on a browser, so you can even run it on Node.js.

More info can be found here.