nskins / goby

Command-line role-playing game framework
MIT License
122 stars 56 forks source link

Way to generate scaffolding #109

Closed nskins closed 7 years ago

nskins commented 7 years ago

As we move forward, many things would be nice to automate. One thing, in particular, would be the scaffolding for the initial user's project. This may realize itself by something like the following:

$ goby new MyProject

This command creates the directory MyProject with .gitignore, a simple main.rb, the directories for battle, entity, etc. (same as the Goby library), etc. We may also find other ways to utilize the executable in the future.