-
Notifications
You must be signed in to change notification settings - Fork 0
Clone a repository under a DRGTK #14
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Imagine having the contents of mygame in a repository at GitHub for a game named eggs. Something like this:
https://github.com/petros/eggs
As it is, we would have to extract a DRGTK version, remove the contents of mygame, and finally clone the repository into that folder.
How about having drem do that for us?
Could be something like:
drem clone https://github.com/petros/eggs -n eggs -d ~/Downloads/dragonruby-game-toolkit-macos.zipIt would:
- Extract the DRGTK in the current directory
- Delete the
mygamefolder - Clone the game into a folder named
mygame - Profit 😁
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request