docs/devmanual
Examples
For larger/real-world examples see my n4n6 repo.
Running the tests
cd tests
testament pattern "*.nim"
Clean up files produced by testament:
find . -maxdepth 1 -type f ! -name '*.nim' -delete
rm -r testresults
Releasing a new version
- Increment the version in your .nimble file
- Add a new entry in changelog.rst
- Commit your changes
- Tag your release (git tag <tagname>)
- Push the new tag and commits (git push origin <tagname>)
Made with Nim. Generated: 2023-06-18 10:30:53 UTC