Skip to content

Clone a repository under a DRGTK #14

@petros

Description

@petros

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.zip

It would:

  • Extract the DRGTK in the current directory
  • Delete the mygame folder
  • Clone the game into a folder named mygame
  • Profit 😁

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions