createRegistry function consumer

File createRegistry(
  1. String pathToRoot
)

Create registry file .klutter-plugins.

Implementation

File createRegistry(String pathToRoot) =>
    pathToRoot.verifyExists.toKlutterPlugins;