env
env copied to clipboard
Herding invisible cats
Hi @dshaw, As promised: https://github.com/dshaw/env/issues/6 here's the Pull Request with the update to latest node.js (_apologies for taking so long, we got "distracted" with our work_... :wink: ) [](https://travis-ci.org/dwyl/env)...
This is probably what most users want
Hi @dshaw, We would really like to _extend_ **_env**_ to make all configuration loaded from `env.json` available as `process.env.VAR_NAME` would you accept a PR for this extension. This would simply...
Hi! I am migrationBot! Did you know that `path.{exists,existsSync}` was moved to `fs.{exists,existsSync}`, and that `tty.setRawMode(mode)` was moved to `tty.ReadStream#setRawMode()` (i.e. `process.stdin.setRawMode()`) in node v0.8.0? Read more @[API changes between...
Hi @dshaw we are needing an environment variable manager for our project https://github.com/ideaq/time/issues/93 would you accept a PR with tests?
Hi @dshaw, We would prefer not to see the npm warning when install env. Would you consider adding the _default_ **ICS** or do you have a _preference_ for a different...
Would there ever be a use case for optional env variables? Would that need to be in the env spec?
Would be cool to have a CLI for: - validating an environment before starting the process. - listing currently set values for required and specified env vars - setting or...