Skip to content

github-extractor / GithubExtractor / ListOptions

ListOptions

Properties

conflictsOnly?

ts
optional conflictsOnly: boolean;

Only list repo files in conflict with dest

Default

ts
false

dest?

ts
optional dest: string;

The destination directory for the repo's files. Used to detect conflicts and must be set if any conflict option is set.


match?

ts
optional match: RegExp;

Must match every regular expression if given.


streamOptions?

ts
optional streamOptions: ListStreamOptions;

Options for the stream to write the repo paths to for visual output as the list is being created. By default it writes to the console.

Released under the MIT License.