UNPKG
clipanion
Version:
latest (4.0.0-rc.4)
4.0.0-rc.4
4.0.0-rc.3
4.0.0-rc.2
4.0.0-rc.1
3.2.1
3.2.0
3.2.0-rc.16
3.2.0-rc.15
3.2.0-rc.14
3.2.0-rc.13
3.2.0-rc.12
3.2.0-rc.11
3.2.0-rc.10
3.2.0-rc.9
3.2.0-rc.8
3.2.0-rc.7
3.2.0-rc.6
3.2.0-rc.5
3.2.0-rc.4
3.2.0-rc.3
3.2.0-rc.2
3.2.0-rc.1
3.1.0
3.0.1
3.0.0
3.0.0-rc.12
3.0.0-rc.11
3.0.0-rc.10
3.0.0-rc.9
3.0.0-rc.8
3.0.0-rc.7
3.0.0-rc.6
3.0.0-rc.5
3.0.0-rc.4
3.0.0-rc.3
3.0.0-rc.2
3.0.0-rc.1
2.6.2
2.6.1
2.6.0
2.5.0
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.1
2.3.0
2.2.2
2.2.1
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
2.0.0-rc.16
2.0.0-rc.15
2.0.0-rc.14
2.0.0-rc.13
2.0.0-rc.12
2.0.0-rc.11
2.0.0-rc.10
2.0.0-rc.9
2.0.0-rc.8
2.0.0-rc.6
2.0.0-rc.5
2.0.0-rc.4
2.0.0-rc.3
2.0.0-rc.2
2.0.0-rc.1
2.0.0-rc.0
0.17.1
0.17.0
0.16.1
0.16.0
0.15.0
0.14.1
0.14.0
0.13.1
0.13.0
Type-safe CLI library / framework with no runtime dependencies
mael.dev/clipanion/
arcanis/clipanion
clipanion
/
lib
/
advanced
/
builtins
/
index.mjs
4 lines
(3 loc)
•
146 B
JavaScript
View Raw
1
2
3
4
export
{
DefinitionsCommand
}
from
'./definitions.mjs'
;
export
{
HelpCommand
}
from
'./help.mjs'
;
export
{
VersionCommand
}
from
'./version.mjs'
;