Skip to content

SouthEugeneRoboticsTeam/robot-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

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.

About

A tiny command line utility for making robots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages