1.0.1 • Published 1 year ago

js-html-css-obfuscator v1.0.1

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 obfuscator-cli index.html script.js styles.css *dir=./output
npx obfuscator-cli --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.