mirror of
https://github.com/SangeloDev/niminit.git
synced 2024-11-09 19:02:38 +00:00
12 lines
No EOL
278 B
TOML
12 lines
No EOL
278 B
TOML
########################
|
|
# niminit Nim Template #
|
|
# (c) Sangelo - 2023 #
|
|
########################
|
|
|
|
[general]
|
|
# Should a script be ran after initialising?
|
|
runScript = false
|
|
# What script should be executed?
|
|
scriptPath = ""
|
|
# Should a git repo be initialised?
|
|
initGitRepo = true |