Hashnode / mern-cli

⛔️ DEPRECATED - A cli tool for getting started with MERN
http://mern.io/
MIT License
572 stars 149 forks source link

Unforcing global installation of mern-cli #2

Closed ghost closed 8 years ago

ghost commented 8 years ago

I think we shouldn't force users to install any global package. The mern-cli should accept '.' as a parameter or a folder name like it is. When using '.' mern-cli should execute git init and git pull in the current directory.

Thoughts?

somus commented 8 years ago

Now, mern-cli does more than initializing a project with mern-starter. We have added the ability to clone different variants of MERN project from various repos and also code generation. So, global installation of mern-cli is required. The folder name is optional. If the folder name is not mentioned, it will clone it in the current directory.

AceTheNinja commented 8 years ago

mern init without the folder name is not working. It says

Error! Try again