gitwalk icon indicating copy to clipboard operation
gitwalk copied to clipboard

Bulk processing of git repositories

Results 7 gitwalk issues
Sort by recently updated
recently updated
newest added

``` ▶ npm install -g gitwalk npm WARN deprecated [email protected]: 'github' has been renamed to '@octokit/rest' (https://git.io/vNB11) npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid...

A lovely tool. Sadly it works only with GitHub. Anyone who knows an alternative for GitLab or is able to update this tool?

Ironically, I was looking at this repo to see how it could help me detect similar markdown header issues in multiple github repos.

See diff ;-) Also, the `Features` heading wasn't rendered because some other white-space character prevented the parser from recognising `##` as a heading indicator.

The README says: > You can match repositories on your file system using glob. Note that gitwalk will clone the repository > even if it's stored locally on your computer....

I installed via `npm install -g gitwalk` as directed, but running gitwalk produces ``` module.js:472 throw err; ^ Error: Cannot find module '../build/Debug/nodegit.node' at Function.Module._resolveFilename (module.js:470:15) at Function.Module._load (module.js:418:25) at...

Hello, Perhaps I've missed something, but can I create repositories using this? I'm looking for a bulk build script, but I cannot see one, and I figured if gitwalk could...