nskins / goby

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

Need command `goby init` #157

Open nskins opened 2 years ago

nskins commented 2 years ago

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.

erayalkis commented 2 years ago

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