/browserify-gnirts

A browserify transform to use gnirts obfuscator

Primary LanguageJavaScript

Browserify-gnirts

A browserify transform for gnirts

Installing

npm i -D browserify-gnirts

Usage

var gnirts = require('browserify-gnirts')

browserifyBundle.transform(gnirts);

Command line

./node_modules/.bin/browserify -t browserify-gnirts test/test-*.js -o bundle.js

More information

See gnirts for the usage of the directive and more information.