2.0.2 • Published 2 years ago

git-command-helper v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

git-command-helper

GitHub CLI Helper For NodeJS. Parse responses from github CLI to NodeJS Object Oriented Programming (OOP).

npm version git-command-helper

Features

  • Submodule parser
  • Asynchronous friendly

Installation

Beta Version

npm i https://github.com/dimaslanjaka/git-command-helper.git

to update beta version

npm update git-command-helper

Production Version

npm i git-command-helper

Documentation

Usages

Example

import git from 'git-command-helper' // const git = require('git-command-helper').default
// start current dir
const github = new git(__dirname)
// get current status
git.status().then(console.log)
// get submodule informations
if (git.submodule.hasSubmodule()) console.log(git.submodule.get());

Custom Command

github.spawn('git', ['fetch'], { stdio: 'pipe' }).then(console.log)

Another Examples

Links

2.0.2

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

2.0.1

2 years ago

1.2.0

2 years ago

1.1.9

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.1.10

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.1

2 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.1.4

2 years ago

1.0.5

3 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.0.11

3 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago