1.0.2 • Published 1 year ago

obfor v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

CLI obfuscator for js, html, css

What this package can do:

  1. This package can obfuscate the files you specify to it, as well as move to a new directory if necessary.
  2. It can obfuscate the folder you specify and create a new one where the result will be placed.

Usage:

npx obfor index.html script.js styles.css *dir=./output
npx obfor --all *dir=./output

Files with extensions js, html, css will be obfuscated, but other files and folders will be copied to the folder you specified.