README
npm i -g auto-comiter-git
npm i -g git-go
auto "src/**/*.js" "public/**/*.js"
//This will take in glob paths
auto --no-git "src/**/*.js" "public/**/*.js"
//This will just give you a watching result, no git actions.
```js npm i -g auto-comiter-git ```
<script type="module">
import autoComiterGit from 'https://cdn.skypack.dev/auto-comiter-git';
</script>
npm i -g auto-comiter-git
npm i -g git-go
auto "src/**/*.js" "public/**/*.js"
//This will take in glob paths
auto --no-git "src/**/*.js" "public/**/*.js"
//This will just give you a watching result, no git actions.