nim-libobjc/README.md
2022-11-27 14:26:25 -07:00

216 B

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