Command line tool to create a .env file from a settings.py file.
- Clone the repository.
git clone https://github.com/WoosterTech/EnvironHelper.git
- Install the dependencies.
- This project uses Poetry
- For development:
poetry install --with dev
- optionally include
test
as well
- optionally include
- Otherwise:
poetry install
- See Usage
Syntax is:
environhelper -s settings.py -o .env
If no options are specified it will use the default as shown above.
Contributions are welcome! Please follow the guidelines outlined in Contributing.
This project is licensed under the MIT License.
- Karl Wooster
- karl@woostertech.com
- https://woostertech.com