chore: update readme

This commit is contained in:
Andrea Lamparelli 2023-06-20 23:24:29 +02:00
parent cfc8e22d48
commit 7f9276f15b
5 changed files with 11 additions and 2 deletions

View file

@ -25,6 +25,7 @@ export default class GitServiceFactory {
* @param type git management service type
* @param auth authentication, like github token
*/
// TODO rename to getOrCreate
public static init(type: GitServiceType, auth: string): void {
if (GitServiceFactory.instance) {