@pedrosox/envars-cli
v0.1.0
Published
envars-cli
Downloads
1
Readme
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.