Fork of Pixie for nimskull and with extra features
Go to file
2020-11-19 18:41:32 -08:00
.github/workflows Initial commit 2020-11-19 18:41:32 -08:00
examples Initial commit 2020-11-19 18:41:32 -08:00
src Initial commit 2020-11-19 18:41:32 -08:00
tests Initial commit 2020-11-19 18:41:32 -08:00
.gitignore Initial commit 2020-11-19 18:41:32 -08:00
LICENSE Initial commit 2020-11-19 18:41:32 -08:00
nimtemplate.nimble Initial commit 2020-11-19 18:41:32 -08:00
README.md Initial commit 2020-11-19 18:41:32 -08: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