Created
November 12, 2020 14:21
-
-
Save dav/f7f469d47dcb745b14e0bd86cc52c8c1 to your computer and use it in GitHub Desktop.
heroku config to dotenv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In vim: | |
%s#\:\s\+#='# | |
%s/$/'/ | |
gets you most of the way there |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment