nvy 1.1.7

A simple command line tool for managing multiple env files (profiles) in a project.
Documentation
1
2
3
4
5
6
7
pub mod config;
pub mod init;
pub mod log;
pub mod nvy_config;
pub mod profiles;
pub mod target;
pub mod r#use;