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

https://github.com/exts/monoworkflow

Monogame build tool for managing a cleaner workflow to build for different platforms more easily using nim lang.
https://github.com/exts/monoworkflow

dotnetcore2 monogame nim nim-language nimlang

Last synced: 11 months ago
JSON representation

Monogame build tool for managing a cleaner workflow to build for different platforms more easily using nim lang.

Awesome Lists containing this project

README

          

# Usage

monoworkflow build [] [-r | -d] [--f=] [-s]
monoworkflow build_all [-r | -d] [--f=] [-s]

# Json File Explanation

- dotnet - represents the path to your dotnet exe, if it's in your path just use the command that's set
- build_folder - is the build folder that you're publishing your dotnet application to
- self_contained - adds a '--self-contained' command to the dotnet command
- build_all - is the default RID's that it'll build in your release/debug folder.

Pretty simple stuff.