@simbo/git-changes
v1.0.3
Published
A library to read, parse and provide Git changes information from `git status` for a local repository.
Downloads
329
Maintainers
Readme
Git Changes
A library to read, parse and provide Git changes information for a local repository.
Installation
Install @simbo/git-changes from the npm registry:
npm i [-D] @simbo/git-changesUsage
import { getGitChanges } from '@simbo/git-changes';
// get a map of changed files in the repository located at /path/to/repo
const changes = await getGitChanges('/path/to/repo');For a complete API reference, see the documentation.
