@aapzu/dotenvnav

2.0.3 • Public • Published

dotenvnav

A utility tool to store your project's local .env files in a single place, symlink them back to the project and change them to a different set of files with a single command.

Getting started

npx @aapzu/dotenvnav init

Creating a new environment

Symlinks all found .env* files into the config directory

npx @aapzu/dotenvnav clone-env default new-env

Using an environment

npx @aapzu/dotenvnav env new-env

Restoring old files

Removes all symlinks and restores the values of the config files

npx @aapzu/dotenvnav restore

Print all commands and options

npx dotenvnav [command] --help

Readme

Keywords

Package Sidebar

Install

npm i @aapzu/dotenvnav

Weekly Downloads

1

Version

2.0.3

License

MIT

Unpacked Size

154 kB

Total Files

43

Last publish

Collaborators

  • aapzu