UNPKG
@acoustic-content-sdk/cli
Version:
beta (9.0.29)
latest (9.0.10076)
9.0.10076
9.0.10067
9.0.10040
9.0.10034
9.0.495
9.0.493
9.0.462
9.0.407
9.0.384
9.0.361
9.0.360
9.0.271
9.0.270
9.0.251
9.0.242
9.0.216
9.0.209
9.0.202
9.0.159
9.0.124
9.0.89
9.0.75
9.0.74
9.0.30
9.0.29
8.0.601
8.0.600
8.0.498
8.0.475
Command line utility for the Acoustic Content SDK.
@acoustic-content-sdk/cli
/
bin
/
index.js
6 lines
(5 loc)
•
134 B
JavaScript
View Raw
1
2
3
4
5
6
#!/usr/bin/env node
// load
const
{ runProgram } =
require
(
'./../bundles/acoustic-content-sdk-cli.umd.min'
);
// execute
runProgram
();