node-env-run icon indicating copy to clipboard operation
node-env-run copied to clipboard

Update to npm usage documentation.

Open Mod5ied opened this issue 2 years ago • 0 comments

Using the { "scripts": { "dev": "nodenv .", "test": "nodenv -E test/.env test/test.js" } } seems rather unclear and not very comprehensive. I tried registering the command for multiple windows users and errors arose. Subsequently, I found a more straightforward approach to running the package from the scripts: "scripts": { "dev": "**node-env-run app.js**", } Using this format proved very simple to understand and easy to test out. Please do well to consider making the change, or assign me the privilege to do so. Thanks.

Mod5ied avatar Mar 24 '22 07:03 Mod5ied