Slide 3
Slide 3 text
Developers
Footnote
s
1. https://gist.github.com/anvaka/8e8fa57c7ee1350e3491
2. https://www.npmjs.com/package/dotenv
100M+
100 Million+ Monthly Installs
Millions of developers use dotenv – daily. In many cases,
it is one of the
fi
rst tools they use. They initiate their
JavaScript framework, con
fi
gure git, and create their .env
fi
le
.
It’s become loved and trusted, and the data re
fl
ects that. It’s
the forty-second most depended-on package [1], ranks
sixteenth out of all node modules for the HITS algorithm [1],
and is installed more than ONE-HUNDRED-MILLION
times per month [2]. It’s in good company. Packages like
TypeScript, ESLint, and Redux share a similar rank
.
Developers adopt dotenv when they begin their careers and
continue with it for its simplicity and ease. It’s a great way to
manage 3rd party software via API keys; at this point, it is a
de facto standard. Many of your current and future
customers almost certainly use dotenv.