Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.02 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.02 KB

Robot Maker

Robot Maker is a tiny command line utility that makes creating yearly game repositories super easy. It bases the new code off of the Robot-Base repository and updates everything that needs to be changed. All you have to do is push the code!

Installation

If you use Robot Maker often enough to want it installed globally, copy the robot-maker.sh file to /usr/local/bin/robot-maker.

$ cp robot-maker.sh /usr/local/bin/robot-maker

Now you can use Robot Maker everywhere!

Usage

$ robot-maker <path>

For example...

$ robot-maker ./PowerUp-2018

This command will create a new git-initialized directory with all the robot code you'll need to get started. Make sure the directory that you're saving to follows the GameName-Year format, as shown above. Robot Maker will use the part before the dash as the game name, and the part after as the year. This is only used in generating the README and project file structure.