jsfuckify

0.0.1 • Public • Published

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.

Package Sidebar

Install

npm i jsfuckify

Weekly Downloads

2

Version

0.0.1

License

none

Last publish

Collaborators

  • theorangeone