1.0.4 • Published 6 years ago

cross-dotenv v1.0.4

Weekly downloads
391
License
MIT
Repository
github
Last release
6 years ago

cross-dotenv

cross-dotenv is an unholy alliance of:

  • cross-env (for it's cross-platform inline definition of environment variables),
  • dotenv (for it's loading of environment variables from a .env file), and
  • cross-var (for it's cross-platform substition of environment variables (via copying and pasting code)).

Funnily enough, none of these projects alone seem to do all of this.

  • Environment variable substitution is unreliable with cross-env
  • dotenv really just loads the .env file
  • run.env doesn't work on windows.
  • cross-var doesn't allow inline definition of environment variables.
1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago