Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple python script that combines and organizes js chunks (for example scripts from compiled react web-apps etc.) or multiple disorganised scripts into one file.

In the future I plan to implement deobfuscation capabilities as well.

Install

Script runs fine on python 3.9+

To install JSCB and it's requirements:

git clone https://github.com/b13kjack/JavaScript-Combiner-and-Beautifier

cd JavaScript-Combiner-and-Beautifier

pip install -r requirements.txt

Usage

Simply run:

python jscb.py <directory>

For example:

python jscb.py C:\js_chunks

You can also hardcode the directory in the script itself. Just change the value of the variable "js_directory" to your desired directory.

About

Simple python script that combines and beautifies js chunks or multiple scripts into one file.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages