Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
templates = [
|
||||
"README.md"
|
||||
]
|
||||
|
||||
files = [
|
||||
".gitignore",
|
||||
".gitattributes"
|
||||
]
|
||||
|
||||
[prompt]
|
||||
|
||||
[[prompt.project]]
|
||||
type = "String"
|
||||
name = "name"
|
||||
info = "Project name"
|
||||
@@ -0,0 +1,6 @@
|
||||
#
|
||||
# https://help.github.com/articles/dealing-with-line-endings/
|
||||
#
|
||||
# These are explicitly windows files and should use crlf
|
||||
*.bat text eol=crlf
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
.gradle
|
||||
build
|
||||
@@ -0,0 +1,7 @@
|
||||
# {{ project.name }}
|
||||
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
./gradlew run
|
||||
```
|
||||
Reference in New Issue
Block a user