From 1224eb2d39c295e5dbc178a263bc298954c57abb Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Sat, 20 Aug 2022 22:56:09 +0300 Subject: [PATCH] add a makefile with frequently used commands --- makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 makefile diff --git a/makefile b/makefile new file mode 100644 index 0000000..db170dd --- /dev/null +++ b/makefile @@ -0,0 +1,8 @@ + + +install: + cargo install --path . + +new-migration: + touch ./database/migrations/$$(date +%Y%m%d%H%M).sql +