Skip to content
This repository has been archived by the owner on Feb 11, 2019. It is now read-only.

create env with hidden folder #62

Open
ghost opened this issue May 6, 2015 · 2 comments
Open

create env with hidden folder #62

ghost opened this issue May 6, 2015 · 2 comments

Comments

@ghost
Copy link

ghost commented May 6, 2015

why is not possible to create env folder like: virtphp create .env. It's really helpful because it automatically fits under the default .gitignore configuration to dot folders.
:)

update

why the default --install-path is to a folder at the user's home? i think it's more useful to make it use the current path.

@ramsey
Copy link
Contributor

ramsey commented May 6, 2015

We're working on it.

  • Ben

On May 6, 2015, at 18:49, Ramon notifications@github.com wrote:

why is not possible to create env folder like: virtphp create .env. It's really helpful because it automatically fits under the default .gitignore configuration to dot folders.
:)


Reply to this email directly or view it on GitHub.

@ghost
Copy link
Author

ghost commented May 7, 2015

I made this shellscript to help me out tonight 👍

virtphp create $1 --install-path=`pwd`
mv $1 .$1

named virtualenv-php so the usage:

virtualenv-php envtest

@ghost ghost mentioned this issue May 7, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant