Skip to content

Commit ff9baaf

Browse files
committed
Add ma alias for makeapp command
1 parent a1feadc commit ff9baaf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
### Unreleased
55
* !! Big rewrite. Now uses up-to-date conventions and technologies.
6+
* ++ Add 'ma' alias for 'makeapp' command.
67
* ++ Added virtual environment creation on project rollout.
78
* ++ CLI. Added 'venv reset' command.
89
* ++ CLI. Descriptions passed to 'change' command all go into a commit messages.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Documentation = "https://makeapp.readthedocs.io/"
2222

2323
[project.scripts]
2424
makeapp = "makeapp.cli:main"
25+
ma = "makeapp.cli:main"
2526

2627
[dependency-groups]
2728
dev = [

0 commit comments

Comments
 (0)