ovm
Version:
OVM is a CLI application for managing Obsidian vaults.
8 lines (7 loc) • 300 B
TypeScript
export { run } from '@oclif/core';
export * from './commands/config/init';
export * from './commands/plugins/install';
export * from './commands/plugins/prune';
export * from './commands/plugins/uninstall';
export * from './commands/reports/stats';
export type * as Commands from './types/commands';