• Parameters

    • filePath: string

      The file path of the README text file

    • updateContent: ((content) => string)

      Create new content

        • (content): string
        • Parameters

          • content: string

          Returns string

    Returns Promise<void>

Generated using TypeDoc