TODO
This is a Nim project template. You must run command at first.
nim c tool/setup.nim
tool/setup --author:<yourname> --appname:<application_name>
This command replace and rename template strings of this repository.
Table of contents
TODO
$ nimble install -Y APPNAME
MIT
GitHub Action runs when you pushed new tags.
$ git tag <new_tag>
$ git push origin <new_tag>
or
$ git push origin --tags
GitHub Action creates a new release and upload your assets.
Release workflows:
Release note will be generated by git-chglog. Config files are .chglog.
Details, see release.yml.