nimtemplate/README.md
2021-09-15 21:55:32 -06:00

7 lines
216 B
Markdown

# You can use this nim template to jump start your nim library or project.
This template includes:
* MIT licence
* src directory and a private common.nim
* test directory
* GitHub Actions to run the tests on GitHub