# GMenu2X aliasfile generator Generates a GMenu2X aliasfile from a directory of files ## Usage Generate to standard out: ```shell npm start -- --directory /path/to/roms ``` Pipe it to an aliasfile: ```shell npm start -- -d /path/to/roms > /path/to/aliasfile ```