nskins / goby

Command-line role-playing game framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need command `goby init`

nskins opened this issue · comments

We need to replace the current call goby (which scaffolds out a small project into a directory goby-project/) with a call goby init that does the same but using the working directory as the root of the new Goby project.

This better models the way I've seen most projects handle initializing a new project.

I'd like to try and handle this if that's alright!