macisamuele / language-formatters-pre-commit-hooks

Collection of custom pre-commit hooks.
Apache License 2.0
116 stars 58 forks source link

better package name? #186

Closed brodycj closed 1 year ago

brodycj commented 1 year ago

This looks like a really nice little CLI toolset. I originally found this while searching for a Python TOML formatting tool, this is how I found the underlying toml-sort tool as I said in #185. And the built-in pretty_format_ini script gives me a handy CLI wrapper around the config-formatter library.

I suspect it should be no problem to rename this project and either add dual package publishing or just deprecate the one with the longer name.

In any case, a big THANK YOU for this toolset!!

macisamuele commented 1 year ago

This library is mainly meant to provide pre-commit hooks tools to format files. To achieve so it the library does also expose handy binaries.

Not sure of what you have in mind with double publishing or renaming. To be clear the provided tools are for a miscellaneous of different languages.