markmv - v1.26.2
    Preparing search index...

    Function createMarkMv

    • Main entry point for the markmv library

      Creates a new FileOperations instance for performing markdown file operations. This is the recommended way to get started with the library.

      Returns FileOperations

      A new FileOperations instance

        import { createMarkMv } from 'markmv';

      const markmv = createMarkMv();
      const result = await markmv.moveFile('old.md', 'new.md');