Software and Technology Used


About
I made a Node.JS application to auto-move and parse scripts. I needed this tool for one of my game projects. It will be running on two different backends. One for mobile and one for desktop. So, this tool lets me work on the same code base and just prune out those parts that do not apply to the other backend. It works by watching for file changes and using simple regex to set up code sections that are either pruned or removed.
I also use this tool to do auto-syncing with directories. For instance, my game has a mod library that the command-line tool to create the mods also uses. So with this tool, I can set it up where every time I make a change in the mod library in the main code base it will be auto moved to the command-line tool.