Template for nim projects
Find a file
Joey Yakimowich-Payne 209efe85a1 Fix CI errors
2022-07-12 13:07:43 -06:00
.github/workflows Fix CI errors 2022-07-12 13:07:43 -06:00
examples Initial commit 2021-09-15 21:55:32 -06:00
src Initial commit 2021-09-15 21:55:32 -06:00
tests Initial commit 2021-09-15 21:55:32 -06:00
.gitignore Initial commit 2021-09-15 21:55:32 -06:00
LICENSE Initial commit 2021-09-15 21:55:32 -06:00
nimtemplate.nimble Fix CI errors 2022-07-12 13:07:43 -06:00
README.md Initial commit 2021-09-15 21:55:32 -06:00
rename.bash Modify actions and add rename script 2021-09-15 22:10:16 -06:00

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