https://github.com/kjunichi/runstant-cli
runstantを黒い画面から使う
https://github.com/kjunichi/runstant-cli
Last synced: 5 months ago
JSON representation
runstantを黒い画面から使う
- Host: GitHub
- URL: https://github.com/kjunichi/runstant-cli
- Owner: kjunichi
- Created: 2014-07-28T22:16:18.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-31T22:14:29.000Z (almost 12 years ago)
- Last Synced: 2025-04-07T13:25:13.082Z (about 1 year ago)
- Language: JavaScript
- Size: 961 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 動かし方
## 準備
```bash
git clone https://github.com/kjunichi/runstant-cli.git
cd runstant-cli
npm install
```
## サンプルを動かす
### LinuxやOSXなど
```bash
bin/runstant-cli.js examples
```
### Windowsの場合
```dos
node ..\bin\runstant-cli.js examples
```
### もし気に入ったら、以下でrunstant-cliコマンドがインストールできます。
```
npm install -g
```
Windowsでもrunstant-cliで実行可能となります。