@lassehaslev/git-status

Run git commands on all recursive folders

Usage no npm install needed!

<script type="module">
  import lassehaslevGitStatus from 'https://cdn.skypack.dev/@lassehaslev/git-status';
</script>

README

@lassehaslev/git-status

Check git status in folder and subfolders.

Install

npm install -g @lassehaslev/git-status

Usage

Just go to a folder and type

# Check all git folders in folder
git-status

# Set how deep in subfolders you want to check for git repos
# In this example 2 Folders down (This folder and the next)
git-status --depth=2

Development

# Install dependencies
npm install

# Link to global npm
npm link