mirror of
https://github.com/SangeloDev/niminit.git
synced 2024-11-12 20:22:37 +00:00
12 lines
278 B
TOML
12 lines
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
|