jsfuckify
v0.0.1
Published
Browserify transformer and CLI to convert normal JS into JSFuck
Downloads
19
Readme
JSFuckify
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.