UNPKG
semo-plugin-plugin
Version:
latest (2.0.21)
2.0.21
2.0.20
2.0.19
2.0.18
2.0.17
2.0.16
2.0.15
2.0.13
2.0.11
2.0.10
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.6.37
1.6.36
1.6.35
1.6.34
1.6.33
1.6.32
1.6.31
1.6.30
1.6.28
1.6.27
1.6.26
1.6.19
1.6.18
1.6.17
1.6.15
1.6.14
1.6.4
1.6.1
1.5.33
1.5.32
1.5.31
1.5.29
1.5.28
1.5.26
1.5.23
1.5.21
1.5.19
1.5.18
1.5.16
1.5.15
1.5.13
1.5.12
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.1
1.5.0
1.4.18
1.4.17
1.4.16
1.4.14
1.4.13
1.4.12
1.4.11
1.4.10
1.4.6
1.4.5
1.4.3
1.4.2
1.4.1
1.4.0
1.3.2
1.3.1
1.3.0
1.1.0
1.0.8
1.0.7
1.0.5
1.0.3
1.0.2
1.0.1
1.0.0
0.13.0
0.12.0
0.11.4
0.11.2
0.11.0
0.10.18
0.10.14
0.10.13
0.10.12
0.10.9
0.10.8
0.10.7
0.10.6
0.10.5
0.10.4
0.10.3
0.10.2
0.10.1
0.10.0
0.9.11
0.9.10
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.1
0.9.0
0.8.6
0.8.5
0.8.4
0.8.3
0.8.0
0.7.8
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.7.1
0.7.0
0.6.17
0.6.14
0.6.13
0.6.12
0.6.11
0.6.10
0.6.7
0.6.4
0.6.3
0.6.1
0.5.6
0.5.5
0.5.4
0.5.1
0.5.0
0.4.0
0.3.12
0.3.11
0.3.10
0.3.9
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
A semo plugin to provide plugin management.
semojs/semo
semo-plugin-plugin
/
lib
/
commands
/
plugin.d.ts
7 lines
(6 loc)
•
282 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
const
disabled =
false
;
export
declare
const
command =
"plugin"
;
export
declare
const
desc =
"Plugin management tool"
;
export
declare
const
aliases =
"p"
;
export
declare
const
builder
:
(
yargs
:
any
) =>
void
;
export
declare
const
handler
:
(
argv
:
any
) =>
Promise
<
void
>;