Skip to content
This repository was archived by the owner on Jul 15, 2020. It is now read-only.

collaborationFactory/git-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-helper

git-helper is a wrapper around simple-git providing some additional utility functions to get information on repositories.

It is written in TypeScript and comes with a corresponding declarations file.

Installation

Install git-helper via npm with:

npm install @cplace/git-helper

You can then use it e.g. as follows:

import {Repository} from '@cplace/git-helper';

API

For the full API available see src/index.d.ts.

Maintenance

This project is maintained by collaboration Factory AG.

Pull Requests and Issues are welcome!

License

MIT - see LICENSE.

About

A small utility library extending simple-git functionality.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published