An open API service indexing awesome lists of open source software.

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

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
```