From 518eb87e70ff920209e4a4f073a7f4533a2e16b2 Mon Sep 17 00:00:00 2001 From: Conarius Date: Sun, 8 Dec 2024 00:38:20 +0100 Subject: [PATCH] feat: add nginx-config-formatter --- packages/nginx-config-formatter/package.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 packages/nginx-config-formatter/package.yaml diff --git a/packages/nginx-config-formatter/package.yaml b/packages/nginx-config-formatter/package.yaml new file mode 100644 index 0000000000..b448a396c1 --- /dev/null +++ b/packages/nginx-config-formatter/package.yaml @@ -0,0 +1,14 @@ +name: nginx-config-formatter +description: nginx config file formatter/beautifier written in Python with no additional dependencies. +homepage: https://github.com/slomkowski/nginx-config-formatter +licenses: + - Apache-2.0 +languages: + - nginx +categories: + - Formatter +source: + id: pkg:pypi/nginxfmt@1.2.2 + +bin: + nginxfmt: pypi:nginxfmt