show-my-stuff
v1.0.2
Published
CLI tool that verifies npm package version
Downloads
1
Readme
show-my-stuff
This CLI tool will print your recent commits with links that you can share.
Installation
$ npm install -g show-my-stuff
Usage
Just run show-my-stuff
in your git project.
By default commits from last 30 days will be printed.
You can set other timeframe with main argument, e.g. show-my-stuff 7d
or show-my-stuff 2022-01=2022-06
.
If you need some customization (like different link patterns or different output format) look into show-my-stuff --help
to see available options.