UNPKG
meshblu-connector-skype
Version:
latest (6.1.4)
6.1.4
6.1.3
6.1.2
6.1.1
6.1.0
6.0.2
6.0.1
6.0.0
5.4.1
5.4.0
5.3.1
5.3.0
5.2.1
5.2.0
4.6.7
4.6.6
4.6.5
4.6.4
4.6.3
4.6.2
4.6.1
4.6.0
4.5.2
4.5.1
4.5.0
4.4.13
4.4.12
4.4.11
4.4.10
4.4.9
4.4.8
4.4.7
4.4.6
4.4.5
4.4.4
4.4.3
4.4.1
4.4.0
4.3.15
4.3.11
4.3.10
4.3.9
4.3.8
4.3.7
4.3.6
4.3.5
4.3.4
4.3.3
4.3.2
4.3.1
4.3.0
4.2.13
4.2.11
4.2.10
4.2.9
4.2.8
4.2.7
4.2.6
4.2.5
4.2.2
4.2.1
4.2.0
4.1.3
4.1.2
4.1.1
4.1.0
4.0.0
3.0.3
3.0.2
3.0.1
3.0.0
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.0.3
1.0.1
Meshblu Connector
github.com/octoblu/meshblu-connector-skype
octoblu/meshblu-connector-skype
meshblu-connector-skype
/
command.js
6 lines
(4 loc)
•
198 B
JavaScript
View Raw
1
2
3
4
5
6
#!/usr/bin/env node
const
{
MeshbluConnectorCommand
} =
require
(
"meshblu-connector-cli"
)
const
command =
new
MeshbluConnectorCommand
({
argv
: process.
argv
,
connectorPath
: __dirname }) command.
run
()