Fork of Pixie for nimskull and with extra features
Find a file
2020-11-19 19:25:54 -08:00
.github/workflows
examples
src
tests
.gitignore
LICENSE
pixie.nimble
README.md

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