UNPKG
@qigy/run
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
A collection of tools capable of executing complex commands through their abbreviation.
@qigy/run
/
bin
/
run.js
6 lines
(4 loc)
•
141 B
JavaScript
View Raw
1
2
3
4
5
6
#! /usr/bin/env node
const
handler =
require
(
'../src/cli'
);
const
[, , type =
''
, ...options] = process.
argv
; handler[type](type, options);