Skip to content

Command line tool to create a .env file from a settings.py file.

License

Notifications You must be signed in to change notification settings

WoosterTech/EnvironHelper

Repository files navigation

EnvironHelper

Description

Command line tool to create a .env file from a settings.py file.

Installation

From Source

  1. Clone the repository.
    • git clone https://github.com/WoosterTech/EnvironHelper.git
  2. Install the dependencies.
    • This project uses Poetry
    • For development: poetry install --with dev
      • optionally include test as well
    • Otherwise: poetry install
  3. See Usage

Usage

Syntax is:

environhelper -s settings.py -o .env

If no options are specified it will use the default as shown above.

Contributing

Contributions are welcome! Please follow the guidelines outlined in Contributing.

License

This project is licensed under the MIT License.

Contact

About

Command line tool to create a .env file from a settings.py file.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages