Fork of Pixie for nimskull and with extra features
Go to file
2020-11-19 19:37:59 -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 Add masks. 2020-11-19 19:37:59 -08:00
tests First commit 2020-11-19 18:45:26 -08:00
.gitignore Initial commit 2020-11-19 18:41:32 -08:00
LICENSE First commit 2020-11-19 18:45:26 -08:00
pixie.nimble Add Image and Paths bones. 2020-11-19 19:25:54 -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