_copy()

in lib/base-generator.js [31:34]


  _copy(sourcePath, destinationPath, ctx, globOptions, customOptions) {
    this._mapFiles(sourcePath, destinationPath, globOptions, customOptions)
      .forEach(({ sourceFilePath, destPath }) => this.fs.copy(sourceFilePath, destPath, globOptions, ctx));
  }