Add various tools

This commit is contained in:
LoveEevee
2020-03-07 05:39:48 +03:00
parent 1759772831
commit 0d13f14f45
5 changed files with 336 additions and 0 deletions

4
tools/get_version.bat Normal file
View File

@@ -0,0 +1,4 @@
@echo off
(
git log -1 --pretty="format:{\"commit\": \"%%H\", \"commit_short\": \"%%h\", \"version\": \"%%ad\", \"url\": \"https://github.com/bui/taiko-web/\"}" --date="format:%%y.%%m.%%d"
) > ../version.json