new-project subcommand mostly works

This commit is contained in:
2021-06-13 23:00:30 -06:00
parent ca7721b92a
commit 410bada192
7 changed files with 91 additions and 9 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "template",
"url": "https://github.com/hissvn/kisslang",
"license": "LGPL",
"tags": [],
"description": "",
"version": "0.0.0",
"releasenote": "",
"contributors": ["NQNStudios"],
"classPath": "src/",
"main": "template.Main",
"dependencies": {
"kiss": ""
}
}