Skip to content

v0.1.0

Latest

Choose a tag to compare

@bniladridas bniladridas released this 06 Aug 19:43
· 1 commit to main since this release

Keep environment variable names in sync across repos.

What's included

  • .env parser handling comments, quotes, export, and inline comments.
  • Reference scanner for os.environ["NAME"], os.getenv("NAME"), and process.env.NAME.
  • missing/unused reporting in the CLI, plus a library API.

Install

pip install git+https://github.com/libnudget/dotenv-keep@v0.1.0