extract-env
Extract-Env is a small TypeScript command-line tool that scans files in a directory and its subdirectories for references to `process.env`. It then extracts the found environment variable names and saves them to a `.env` file.
Extract-Env is a small TypeScript command-line tool that scans files in a directory and its subdirectories for references to `process.env`. It then extracts the found environment variable names and saves them to a `.env` file.