Closed cossssmin closed 4 years ago
Fixed in v0.4.0
(see commit: https://github.com/maizzle/cli/commit/252486b9bfeee4749d02d6c90c6a7bc2f6907d4a)
You can now do this:
maizzle new https://github.com/maizzle/starter-litmus.git
... and it will create a Maizzle project in a starter-litmus
folder at your current location, based on the starter found at that Git URL.
Of course, you can still specify the folder name:
maizzle new some-folder-name https://github.com/maizzle/starter-litmus.git
Description:
maizzle new [repo url]
fails if you don't specify the name of the folder it should create.Steps To Reproduce:
Result
Expected result:
Repo to be cloned into
starter-litmus
folder and dependencies installed.Temporary fix
Specify the folder name before the Git repository: