@acoustic-content-sdk/cli
Version:
Command line utility for the Acoustic Content SDK.
10 lines (9 loc) • 333 B
TypeScript
/**
* Command line utility for the Acoustic Content SDK. The commands can be used directly from
* the command line or can be invoked via a {@link https://www.npmjs.com/package/commander|commander} based API.
*
* @packageDocumentation
*/
export * from './commands';
export * from './driver';
export { VERSION } from './version';