alfred-nutile-inc / env-deployer

Makes deploying Env super easy
13 stars 1 forks source link

New command: envdeployer:make-example #3

Closed baopham closed 9 years ago

baopham commented 9 years ago

.env:

# foobar
FOO_BAR=foo_bar
# foobar 2
FOO_BAR_2=foo_bar_2

.env.example will be:

# foobar
FOO_BAR=
# foobar 2
FOO_BAR_2=

The only thing is it doesn't preserve blank lines