File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ async function runDescription() {
8181 console .log (` Markdown descriptions saved to ${ markdownOptions .output } ` );
8282
8383 // Scenario 3: Generate descriptions for a remote GitHub repository
84- const remoteRepoPath = ' https://github.com/ioncakephper/repo-description.git ' ;
84+ const remoteRepoPath = ' https://github.com/ioncakephper/repo-description' ;
8585 const remoteOptions = {
8686 cloneDir: ' ./cloned_repos' , // Directory to clone the remote repo into
8787 format: ' json' ,
@@ -108,7 +108,7 @@ Use the `repo-describer` command directly in your terminal:
108108repo-describer . -o descriptions.json -f json
109109
110110# Generate Markdown descriptions for a remote GitHub repository, clone it to a specific directory, and include a summary and table format
111- repo-describer https://github.com/ioncakephper/repo-description.git -c ./cloned_repos -o repo-descriptions.md -f markdown --summary --table
111+ repo-describer https://github.com/ioncakephper/repo-description -c ./cloned_repos -o repo-descriptions.md -f markdown --summary --table
112112
113113# Generate descriptions for the current repository, ignoring specific patterns, and update a markdown-magic config file
114114repo-describer . -i " dist" " build" --update-config ./md.config.js --transform-name myDescriptions
You can’t perform that action at this time.
0 commit comments