run.env
run.env copied to clipboard
command line tool 🏃 to execute applications with `.env` file
Hello, I came across your package by working a project that uses it. This package is great. May I suggest to add test to it. I can contribute my idea...
This PR addressed #5. Description: 1. Added simple logging test to ensure that the application actually read the variables from `.env` file into another app. 2. Modified README.md to include...
I have a student who just ran into this bizarre issue on Windows. We're using `run.env` like this in an npm script: ``` "release": "run.env release-it --" ``` We run...