@firefliesai/extract-env-vars
v0.1.2
Published
automatically extract env vars from a project
Readme
extract-env-vars
Utility package to automatically extract the env vars from a project.
How to use?
- Install it as a global package with
yarn global add extract-env-varsornpm install -g extract-env-vars. - Optionally, start your app (do this if you want to get the env vars values in addition to the keys).
- Run
extract-env-varsin the directory of your project (e.g.cd my-project && extract-env-vars). - See the generate file
env-vars.txt.
