We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1feadc commit ff9baafCopy full SHA for ff9baaf
CHANGELOG.md
@@ -3,6 +3,7 @@
3
4
### Unreleased
5
* !! Big rewrite. Now uses up-to-date conventions and technologies.
6
+* ++ Add 'ma' alias for 'makeapp' command.
7
* ++ Added virtual environment creation on project rollout.
8
* ++ CLI. Added 'venv reset' command.
9
* ++ CLI. Descriptions passed to 'change' command all go into a commit messages.
pyproject.toml
@@ -22,6 +22,7 @@ Documentation = "https://makeapp.readthedocs.io/"
22
23
[project.scripts]
24
makeapp = "makeapp.cli:main"
25
+ma = "makeapp.cli:main"
26
27
[dependency-groups]
28
dev = [
0 commit comments