openrxiv-cli
Version:
CLI tool to download openRxiv MECA files from AWS S3 for text and data mining
7 lines • 311 B
TypeScript
import { Command } from 'commander';
export * from './commands/index.js';
export { default as version } from './version.js';
export { getCliName } from './utils/index.js';
export { setGlobalRequesterPays } from './aws/config.js';
export declare function createCLI(): Command;
//# sourceMappingURL=index.d.ts.map