@umm/command_runner

1.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @umm/command_runner

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

18.4 kB

Total Files

12

Last publish

Collaborators

  • fakestarbaby
  • hanage
  • kidsstar_system
  • mkaya
  • monry
  • risacankidsstar
  • takyama