franzliedke / studio

A workbench for developing Composer packages.
MIT License
1.14k stars 73 forks source link

Allow to use `studio create foo --submodule git@github.com:acme/foo.git` #31

Closed crynobone closed 9 years ago

crynobone commented 9 years ago

This would utilize git submodule instead of cloning the repository. Useful for project that prefer such option.

Signed-off-by: crynobone crynobone@gmail.com

franzliedke commented 9 years ago

Neat, I like this. Will do some maintenance later today, and likely merge then. Cheers!

crynobone commented 9 years ago

Thank @franzliedke

I'm not sure which branch this should go into (not sure how your versioning milestone), however I would love to get this available soon.

Personally looking to add this package as a dependency for https://github.com/orchestal/studio which is focus on workbench/extension development for Orchestra Platform.

franzliedke commented 9 years ago

Today, I promise. I need to get a new release out anyway. This issue is the blocker.