initial commit

This commit is contained in:
Zoe
2024-11-16 04:17:27 -06:00
commit 290eafb3d0
10 changed files with 663 additions and 0 deletions

20
zqdgr.config.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "zqdgr",
"version": "0.0.1",
"description": "zqdgr is a quick and dirty Golang runner",
"author": "juls0730",
"license": "BSL-1.0",
"homepage": "https://github.com/juls0730/zqdgr",
"repository": {
"type": "git",
"url": "https://github.com/juls0730/zqdgr.git"
},
"scripts": {
"build": "go build -o zqdgr",
"dev": "sleep 5; echo 'test' && sleep 2 && echo 'test2'"
},
"pattern": "**/*.go",
"excluded_dirs": [
"folder"
]
}