Ver código fonte

feat: add 'boilerplates' as command alias

- Both 'boilerplate' and 'boilerplates' will now work
- Improves discoverability and user experience
- Both commands point to the same entry point
xcad 6 meses atrás
pai
commit
737fd56776
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      pyproject.toml

+ 1 - 0
pyproject.toml

@@ -27,3 +27,4 @@ dependencies = [
 
 [project.scripts]
 boilerplate = "cli.__main__:run"
+boilerplates = "cli.__main__:run"