Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read setup configuration from ~/.liftoffrc #47

Closed
gfontenot opened this issue Dec 18, 2013 · 3 comments
Closed

Read setup configuration from ~/.liftoffrc #47

gfontenot opened this issue Dec 18, 2013 · 3 comments

Comments

@gfontenot
Copy link
Member

This came up before as #35, and I turned it down, but this could possibly be an answer for this. Ideally, we could have a default config (the same setup that runs now), but if it finds a .liftoffrc config file in the home directory, it uses that instead. This would allow users to configure their projects the way they want to without increasing the overhead by forcing them to create a project-specific config file.

It could actually end up being a 3 step lookup process:

  1. ~/.liftoffrc
  2. $PWD/.liftoffrc
  3. Internal .liftoffrc

This way if you do want to configure a single project differently it can be done without changing your global config.

@mokagio
Copy link
Contributor

mokagio commented Jan 8, 2014

+1

@gabebw
Copy link
Contributor

gabebw commented Feb 9, 2014

Can this be closed now that #51 is merged?

@gfontenot
Copy link
Member Author

Sure can!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants