add a makefile with frequently used commands

This commit is contained in:
Dmitriy Pleshevskiy 2022-08-20 22:56:09 +03:00
parent e2ac408c35
commit 1224eb2d39
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
1 changed files with 8 additions and 0 deletions

8
makefile Normal file
View File

@ -0,0 +1,8 @@
install:
cargo install --path .
new-migration:
touch ./database/migrations/$$(date +%Y%m%d%H%M).sql