Просмотр исходного кода

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 9 месяцев назад
Родитель
Сommit
737fd56776
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      pyproject.toml

+ 1 - 0
pyproject.toml

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