Skip to content

Go utility used to extract, repack and patch the 'jsbundle' files used in React Native apps.

Notifications You must be signed in to change notification settings

NotZoeyDev/jsbundletools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

jsbundletools

jsbundletools is a Go utility used to extract, repack and patch the jsbundle files used in React Native apps.

Usage:

To extract a jsbundle file

jsbundletools -m unpack -p main.jsbundle -o output/

To repack a jsbundle file

jsbundletools -m pack -n patched.jsbundle -o output/

To patch a jsbundle file

jsbundletools -m patch -p main.jsbundle -n patched.jsbundle -d patches/

About

Go utility used to extract, repack and patch the 'jsbundle' files used in React Native apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages