bevry / envfile

Parse and write environment files with Node.js
Other
61 stars 10 forks source link

not working in command line #55

Closed menocomp closed 4 years ago

menocomp commented 4 years ago

I am following the read me file:

npm install -g envfile

Then run this:

echo -e "a=1\nb:2" | envfile2json > config.json

and here is the result I got:

zsh: command not found: envfile2json

Do I miss something here?

balupton commented 4 years ago

fixed in v6, which is releasing now

now use echo -e "a=1\nb:2" | envfile env2json > config.json