@umm/command_runner
v1.0.2
Published
CLI command runner
Downloads
5
Keywords
Readme
Command Runner
- cli コマンドを実行
Requirement
- Unity 2017
Install
yarn add github:umm-projects/command_runner
Usage
using UnityModule.Command;
using UnityEngine;
public class Sample {
public void Run() {
Debug.Log(Runner<string>.Run("git", "status"));
}
}
Runner
クラスの型引数にUniRx.IObservable<T>
を指定すると UniRx による非同期処理を行います
License
Copyright (c) 2018 Tetsuya Mori
Released under the MIT license, see LICENSE.txt