@codelovers-nl/git
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

@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');
}

Readme

Keywords

Package Sidebar

Install

npm i @codelovers-nl/git

Weekly Downloads

2

Version

0.0.4

License

ISC

Unpacked Size

4.15 kB

Total Files

7

Last publish

Collaborators

  • pascalwilbrink