Skip to content

michielnijenhuis/homebrew-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

homebrew-cli

Homebrew formulas for installing CLI tools.

If you have previously installed packages from this repository you may need to run brew update to ensure you have the latest versions of the formulas:

$ brew update

Installing Env-Check

$ brew install michielnijenhuis/cli/envc

Example:

$ envc --interpolate --result --env=dev --local

This will compare the following .env files:

  • .env.example
  • .env
  • .env.local (if available)
  • .env.dev (if available)
  • .env.dev.local (if available)

Environment variables that refer to other environment variables will interpolate those values.

The comparison table will also include the final conjuncted .env file result of all included files.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages