https://github.com/nullndr/nimproj
A little template for Nim projects
https://github.com/nullndr/nimproj
nim nim-lang nim-language template
Last synced: 9 months ago
JSON representation
A little template for Nim projects
- Host: GitHub
- URL: https://github.com/nullndr/nimproj
- Owner: nullndr
- Created: 2025-09-09T07:27:24.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-09T07:33:01.000Z (9 months ago)
- Last Synced: 2025-09-15T19:46:01.037Z (9 months ago)
- Topics: nim, nim-lang, nim-language, template
- Language: Nim
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## Nimproj
A little template for Nim projects.
## Development
This project uses [nimble](https://github.com/nim-lang/nimble#readme), in order to run the project use:
```
nimble run
```
## Testing
To test the project run:
```
nimble test
```