0.1.2 • Published 3 years ago

gitappan v0.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

gitappan

gitappan is a NPM package to manage GIT repositories in the working system which can be managed by the SSH.

Installation

Use npm to install gitappan.

npm i gitappan

Usage

const Gitappan = require('gitappan');

# Initialize the directory/repository
const gitDir = Gitappan(path.join(__dirname, '../directory1');

# Get the last GIT commit's ID
const commit ID = gitDir.getLastCommitID();

# Get the last GIT commit's author
const author = gitDir.getLastCommitAuthor();

Contributing

Pull requests are welcome, so please feel free to contribute. For major changes, please open an issue to discuss what you would like to change/fix.

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.123

4 years ago

0.0.122

4 years ago

0.0.121

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.1

4 years ago