Crumbtrail
    Preparing search index...

    The root application for the crumbtrail cli.

    Index

    Constructors

    Methods

    • Gets the list of globs that filter the directory contents.

      Returns Promise<string[] | undefined>

      The list of globs that filter the directory contents.

    • Kills the application.

      Returns Promise<void>

    • Returns a promise that can be awaited on to make sure the watch is initialized.

      Returns Promise<void>

    • Gets the current directory being watched.

      Returns Promise<string | undefined>

      The directory that is watching for events.

    • Gets the message for when a file is added.

      Parameters

      • path: string

      Returns IZLogEntry

      The message for when a file is added.

    • Gets the entry for a basic information message.

      Parameters

      • msg: string

      Returns IZLogEntry

      The log entry for a basic information message.

    • Gets the message for when a file/folder is removed.

      Parameters

      • path: string

      Returns IZLogEntry

      The message for when a file/folder is added.

    • Gets the message for when a file is updated.

      Parameters

      • path: string

      Returns IZLogEntry

      The message for when a file is updated.