+1
-1
| { | ||
| "name": "env-auto", | ||
| "version": "1.4.0", | ||
| "version": "1.4.1", | ||
| "description": "convert app.json in to .env", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
+24
-5
@@ -5,3 +5,3 @@ # Why this code? | ||
| I'm a big fan of the [Heroku Button](https://devcenter.heroku.com/articles/heroku-button), because it allows me to create a project that's deployable by anyone on my team, with detailed instructions on how to set up all of the environment variables, thanks to the app.json file. | ||
| I'm a big fan of the [Heroku Button](https://devcenter.heroku.com/articles/heroku-button), because it allows me to create a project that's deployable by anyone on my team, with detailed instructions on how to set up all of the environment variables, thanks to the `app.json` file. | ||
@@ -38,3 +38,3 @@ Locally, we use Foreman to load the local environment variables from the `.env` file, and projects can sometimes end up with lots of variables. | ||
| ``` | ||
| This file will converted in this output. | ||
| The output of the file will look like this: | ||
@@ -70,3 +70,3 @@ ``` | ||
| ``` | ||
| As you can see, the description will be nicely formatted; the variable will be ready to use. | ||
| As you can see, the description will be nicely formatted, some variables will already filled based on the options set in the `app.json` file, then the rest is up to you. | ||
@@ -80,4 +80,23 @@ ## Installation | ||
| ``` | ||
| # Favor | ||
| If you find this project useful, don't forget to give it a star! :) | ||
| # The End | ||
| If you've enjoyed this article/project, please consider giving it a π. Also check out my [GitHub account] (https://github.com/davidgatti), where I have other articles and apps that you might find interesting. | ||
| ## Where to follow | ||
| You can follow me on social media ππ, at the following locations: | ||
| - [GitHub](https://github.com/davidgatti) | ||
| - [Twitter](https://twitter.com/dawidgatti) | ||
| - [Instagram](https://www.instagram.com/gattidavid/) | ||
| ## More about me | ||
| I donβt only live on GitHub, I try to do many things not to get bored π. To learn more about me, you can visit the following links: | ||
| - [Podcasts](http://david.gatti.pl/podcasts) | ||
| - [Articles](http://david.gatti.pl/articles) | ||
| - [Technical Articles](http://david.gatti.pl/technical_articles) | ||
| - [Software Projects](http://david.gatti.pl/software_projects) | ||
| - [Hardware Projects](http://david.gatti.pl/hardware_projects) |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
11655
8.38%99
25.32%