0.1.0 • Published 5 years ago

@pedrosox/envars-cli v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

envars-cli

envars-cli CLI is a tool to ...

Example of darabase (envars.json)

{
  "myapp": {
    "dev": {
      "APP_NAME": "my application 😄",
      "EMPTY_VAR": ""
    },
    "prod": {
      "APP_NAME": "my application 😄 [production]",
      "EMPTY_VAR": "<must-not-be-empty>"
    }
  }
}

Dependencies

  • chalk — colorizes the output
  • clui — draws command-line tables, gauges and spinners
  • figlet — creates ASCII art from text
  • inquirer — creates interactive command-line user interface
  • minimist — parses argument options
  • configstore — easily loads and saves config without you having to think about where and how.