env-wizard
v0.0.2
Published
A tool to manage .env files interactively
Readme
env-wizard
This application is a simple wizard that helps you to create and manage your environment variables.
Installation
$ npm install -g env-wizardFeatures
Creates the .env file and the test.env file with the variables you define.
$ npx env-wizard generateNow you can add your variables to the test.env file and run the following command to load them into your environment. The test.env will be read the the variables you set will be loaded into your environment.
$ npx env-wizard generate --missingContributing
Author of the project is Robert Julian Kratz. Feel free to contribute to the project by opening an issue or a pull request. You can contact be via my Website rjks.us.
