Skip to content

Commit 6978b4e

Browse files
readme
1 parent 4b62e6c commit 6978b4e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
# env-example
1+
<div align="center">
2+
3+
<h1>
4+
<br/>env-example
5+
</h1>
6+
27
[![PyPI - Project version](https://img.shields.io/pypi/v/env-example?logo=pypi)][pypi]
38
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/env-example)][pypi]
49
[![PyPI - License](https://img.shields.io/pypi/l/env-example)][license]
10+
</div>
511

6-
Creates an `.env.example` file for your monorepo, based on all Pydantic settings classes found in your project. `env-example` uses the abstract syntax tree of your project instead of runtime introspection, to avoid side effects and be less prone to import errors.
12+
Creates an `.env.example` file for your monorepo, based on all [Pydantic settings](https://docs.pydantic.dev/latest/concepts/pydantic_settings/) classes found in your project. Env-example uses the abstract syntax tree of your project instead of runtime introspection, to avoid side effects and be less prone to import errors.
713

814
# Usage
915
I recommend to use `uvx` to run `env-example`:

0 commit comments

Comments
 (0)