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

https://github.com/netpyoung/nf.task-flow

WIP. collection of task
https://github.com/netpyoung/nf.task-flow

netpyoung-nf unity3d workflow

Last synced: 9 months ago
JSON representation

WIP. collection of task

Awesome Lists containing this project

README

          

task flow
=========

# Overview
During unity game developing, I need some script for build/distribute/etc..
so I made this repo for reuse template tasks.

```
root/
|- config.yaml
|- tasks/
|- utils/
|- task_something_0
|- task_something_1
|- task_...
```

# contents
* rake based - ruby(what i prefer)
* invoke based - python
* csharp code util