Skip to content

A simple tool to centralize and organize multiple .env files in a single directory

License

Notifications You must be signed in to change notification settings

LucasPereiraMiranda/dotenv-centralizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotenv centralizer

GitHub language count Repository size GitHub last commit Repository issues GitHub license

💻 Objectives

A simple tool to centralize and organize multiple .env files in a single directory

🚀 Techs

The analysis is being performed with the following technologies:

💥 How we can run the application?

  • With python3 & virtualenv already installed, we can run:
  virtualenv venv
  • We can activate the virtual environment by running:
  source venv/bin/activate # Linux or Mac
  • We can install requirements.txt dependencies:
  pip install -r requirements.txt
  • After defining the base directory to analyze .envs recursively in the handle file, we can run:
  python src/handle.py

💄 How we can lint app with .pylintrc rules?

  • We can run:
  pylint src/*.py > lint-exceptions.txt

License

MIT

About

A simple tool to centralize and organize multiple .env files in a single directory

Topics

Resources

License

Stars

Watchers

Forks

Languages