kerimdzhanov / dotenv-flow

Loads environment variables from .env.[development|test|production][.local] files for Node.js® projects.
MIT License
859 stars 36 forks source link

Is this package still maintained? #58

Closed aymericbouzy closed 1 year ago

aymericbouzy commented 2 years ago

If you need help maintaining this package, please ask, a few PRs have been left un-answered for a while. Thanks 🙏

bartvanandel commented 2 years ago

@kerimdzhanov Would you be so kind to reply?

JLAcostaEC commented 2 years ago

Apparently @kerimdzhanov is not active, if you see his profile only has 1 commit in a year, therefore I would take this repository as abandoned.

piotr-cz commented 1 year ago

Are you guys using any alternatives?

qiulang commented 1 year ago

Hi, I did some research and find this one https://github.com/entropitor/dotenv-cli but I am still learning it. But its usage is not exactly the same.

piotr-cz commented 1 year ago

ATM only thing I'm missing are updated dependencies. Particularly dotenv >= 15.0.0 with support of Multiline values

qiulang commented 1 year ago

@piotr-cz what is ATM ?

bartvanandel commented 1 year ago

At the moment.

You could have googled it, you know.

piotr-cz commented 1 year ago

I'm using this package together with mikro-orm which has dotenv in it's dependencies, so I decided for an override in package.json to use same version:

  // package.json
  "dependencies": {
    "dotenv-flow": "^3.2.0"
  },
  "overrides": {
    "dotenv-flow@^3.2.0": {
      "dotenv": ">= 15.0.0"
    }
  }
kerimdzhanov commented 1 year ago

Hello gets,

Sorry for the late reply. Yes, the package is maintained 😅

I'll take a look at what's new in "moldotla/dotenv" since v8.0.0. and release a new version once I make sure that everything is ok.

Thanks for being patient all this time 🙏