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
- Host: GitHub
- URL: https://github.com/netpyoung/nf.task-flow
- Owner: netpyoung
- License: mit
- Created: 2018-04-26T12:34:25.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T01:28:48.000Z (about 1 year ago)
- Last Synced: 2025-02-13T21:44:48.244Z (10 months ago)
- Topics: netpyoung-nf, unity3d, workflow
- Language: Ruby
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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