https://github.com/lestoni/logtick-parser
Fuller Git Log Parser
https://github.com/lestoni/logtick-parser
git log parser
Last synced: 12 months ago
JSON representation
Fuller Git Log Parser
- Host: GitHub
- URL: https://github.com/lestoni/logtick-parser
- Owner: lestoni
- License: mit
- Created: 2017-02-15T11:17:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-15T13:33:04.000Z (over 9 years ago)
- Last Synced: 2025-06-03T08:13:26.403Z (about 1 year ago)
- Topics: git, log, parser
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# logtick parser
> Parse a `git log -1 -p --stat --pretty=fuller`
## Install
```
npm install logtick-parser --save
```
## Usage
Sample log ->`./log.txt`
```js
const logtickParser = require('logtick-parser');
let tokens = logtickParser(gitlog);
```
```
$ #Run Example to see output
$ node test.js
```
## License
MIT