jsfuckify
Version:
Browserify transformer and CLI to convert normal JS into JSFuck
26 lines (15 loc) • 930 B
Markdown
Browserify transformer and CLI to convert normal JS into JSFuck
Installation can be done using [npm](https://www.npmjs.com/package/jsfuckify).
npm install jsfuckify --save
browserify <input> -o <output> -t jsfuckify
CLI Support coming soon!
This transform uses the [jscrewit](https://github.com/fasttime/JScrewIt) module to do the conversion, and adds minimal overhead to keep the build time fast!
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](http://www.jsfuck.com/).