Socket
Socket
Sign inDemoInstall

gitlogme

Package Overview
Dependencies
41
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gitlogme

git --log your last month to a file


Version published
Weekly downloads
13
increased by62.5%
Maintainers
2
Install size
4.68 MB
Created
Weekly downloads
 

Readme

Source

gitlogme

Build Status

git log your last month work to a file. With class.

Installation

Make sure you have node and npm installed and run:

npm i -g gitlogme

Usage

For the sake of simplicity, config your git username and email if you haven't. Otherwise, you will have to provide --name or --email arguments.

Then simply:

  • cd your-awesome-project
  • gitlogme
Options

All options are... optional! gitlogme will try to find out these by itself.

optiontypedescription
-n --nameStringYour git user
-e --emailEmailYour git email
-s --sinceStringDate to log from, YYYY-MM-DD, default is 18th last month
-u --untilStringDate to log to, YYYY-MM-DD, default is 18th current month
-f --formatStringGit log format, default is %h%x09%an%x09%ad%x09%s
-d --destPathWhere do you want to save the file, default is OS home dir
-o --openBooleanOpen the file upon creation
-h --helpBooleanDisplays help menu
Examples

So let's say you'd like to generate a log file with all your commits since 2014

gitlogme --since 2014

Or maybe you want to see your workmate's log

gitlogme --name Joe --since 2014

Contribute

Feel free to fill an issue, pull-request are preferred.

IMPORTANT: Always create feature branches from the beta branch.

Automated versioning

We use semantic-release to automate the versioning process, make sure you follow the commit message convention explained here.

HEADS UP: If you are not sure how write a commit message, make your changes in your feature branch and run npm run commit and follow the assistant.

Releases

Beta

Create a feature branch and make a pull-request to beta branch. Once its merged, you can try and install the package using @beta dist tag on npm.

> npm i -g gitlogme@beta
Production

Create a new pull-request from beta to master branch. Once it gets merged, the final version will be released using @latest dist tag on npm.

Keywords

FAQs

Last updated on 04 Apr 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc