Function cliCreateFile

  • Create file for generator commands.

    Parameters

    • path: string
    • template: string
    • values: Record<string, any> = {}
    • options: {
          chmod?: Mode;
      } = {}
      • Optional chmod?: Mode

    Returns Promise<void>

Generated using TypeDoc