Helps to convert heroku configs downloaded using Heroku CLI to dotenv format.
npm i -g heroku-to-dotenv
heroku-to-dotenv --help
heroku config --app my-app-on-heroku > some-aux-file.txt
heroku-to-dotenv --inputFile some-aux-file.txt --outputFile .env