@codelovers-nl/git

Git client

Usage no npm install needed!

<script type="module">
  import codeloversNlGit from 'https://cdn.skypack.dev/@codelovers-nl/git';
</script>

README

@Codelovers

Git Client

Installing

Install the Git client with the following command

npm install --save @codelovers-nl/git

Usage

const git: Git = new Git();

if (git.add('.') && git.commit('Added all files with @codelovers-nl/git')) {
    git.push('master');
}