Skip to content

Automaticly parses known pocket ips patch resources, scans folders or zip files for matching roms and applies the patches.

License

Notifications You must be signed in to change notification settings

PaddeK/pocket-automaton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pocket Automaton

Automaticly parses known pocket ips patch resources, scans folders or zip files for matching roms and applies the patches.

Usage

pocket-automaton v1.0.0 

Usage: pocket-automaton [options] 

Options:
    --tmpDir      <directory> for temporary rom backup [default: D:\Projects\pocket\tmp]
    --romSrc      <directory> or <zip file> to scan for *.gb/*.gbc files                  [array] [required]
    --pocketDir   <directory> to write *.pocket files                                             [required]
    --progress    Show progress [default: true]                                                    [boolean]
    --version     Show version                                                                     [boolean]
    --help        Show help                                                                        [boolean]

Example

With npm exec:

npm exec -- @paddek/pocket-automaton --romSrc C:\Users\me\backup-roms --pocketDir .\pocket

With npx:

npx @paddek/pocket-automaton --romSrc C:\Users\me\backup-roms --romSrc C:\Users\me\zips\gb.zip --pocketDir .\pocket

After global install:

pocket-automaton --romSrc C:\Users\me\backup-roms --romSrc C:\Users\me\zips\gb.zip --pocketDir .\pocket

About

Automaticly parses known pocket ips patch resources, scans folders or zip files for matching roms and applies the patches.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published