Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details β†’
Socket
Book a DemoInstallSign in
Socket

env-auto

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

env-auto - npm Package Compare versions

Comparing version
1.4.0
to
1.4.1
+1
-1
package.json
{
"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",

@@ -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)