gitfy

const {getChangedFiles} = require('gitfy');

Usage no npm install needed!

<script type="module">
  import gitfy from 'https://cdn.skypack.dev/gitfy';
</script>

README

gitfy

The main porpuse of this library is implement zero dependencies helpers for git VCS

API

const {getChangedFiles} = require('gitfy');

const changedFiles = getChangedFiles(__dirname, 'master');