obfor
v1.0.2
Published
An npm package that combines js, html, css obfuscators
Downloads
10
Maintainers
Readme
CLI obfuscator for js, html, css
What this package can do:
- This package can obfuscate the files you specify to it, as well as move to a new directory if necessary.
- 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.