Documentation
¶
Overview ¶
Nv
Modern development relies on environment variables to keep track of variances between environments. To easily debug the local environment or export it, a chain of commands specific to your operating system would do. However, nv wants to solve this in a modern way, cross platform.
Features
- Get an environment variable, ensuring the environment variable exists.
- Search for environment variables, interactively and programmatically.
- Export a list of required environment variables to a DotEnv file.
- Set, update and unset environment variables programmatically.
Directories
¶
Path | Synopsis |
---|---|
Package config describes the structure of a Variable and lists variables for the current Environment.
|
Package config describes the structure of a Variable and lists variables for the current Environment. |
Package debug exposes hooks and tools to provide and read out debugging information about the application.
|
Package debug exposes hooks and tools to provide and read out debugging information about the application. |
Package neighbor holds structs to describe the results of FindNearest, which performs nearest neighbor checks against a provided subject and options.
|
Package neighbor holds structs to describe the results of FindNearest, which performs nearest neighbor checks against a provided subject and options. |
Package main implements an config.Encoder and config.Decoder for an XML representation of config.Variable.
|
Package main implements an config.Encoder and config.Decoder for an XML representation of config.Variable. |
Package search holds a search Engine, which is specialized in searching through config.Variables.
|
Package search holds a search Engine, which is specialized in searching through config.Variables. |
Click to show internal directories.
Click to hide internal directories.