dotenv-flow icon indicating copy to clipboard operation
dotenv-flow copied to clipboard

Is this package still maintained?

Open aymericbouzy opened this issue 3 years ago • 2 comments
trafficstars

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

aymericbouzy avatar May 09 '22 10:05 aymericbouzy

@kerimdzhanov Would you be so kind to reply?

bartvanandel avatar Aug 11 '22 12:08 bartvanandel

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.

JLAcostaEC avatar Aug 12 '22 17:08 JLAcostaEC

Are you guys using any alternatives?

piotr-cz avatar Jul 07 '23 11:07 piotr-cz

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.

qiulang avatar Jul 18 '23 03:07 qiulang

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

piotr-cz avatar Jul 18 '23 07:07 piotr-cz

@piotr-cz what is ATM ?

qiulang avatar Jul 18 '23 15:07 qiulang

At the moment.

You could have googled it, you know.

bartvanandel avatar Jul 18 '23 15:07 bartvanandel

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"
    }
  }

piotr-cz avatar Jul 19 '23 07:07 piotr-cz

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 🙏

kerimdzhanov avatar Aug 14 '23 21:08 kerimdzhanov