CachedRepoPairBuilder typedef

CachedRepoPairBuilder = Future<void> Function(Directory local, Directory remote)

Builds the content of a cached local/remote template pair.

Implementation

typedef CachedRepoPairBuilder = Future<void> Function(
  Directory local,
  Directory remote,
);