All Projects → captainsafia → Dossier

captainsafia / Dossier

Licence: mit
Generate statistics from any repository that adheres to the conventional changelog standard

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Dossier

Nat
nat - the 'ls' replacement you never knew you needed
Stars: ✭ 1,129 (+1293.83%)
Mutual labels:  command-line-tool, open-source
Legit
Add licenses to projects at the command line
Stars: ✭ 515 (+535.8%)
Mutual labels:  command-line-tool, open-source
Cas
Apereo CAS - Enterprise Single Sign On for all earthlings and beyond.
Stars: ✭ 9,154 (+11201.23%)
Mutual labels:  open-source
Gctt
GCTT Go中文网翻译组。
Stars: ✭ 1,227 (+1414.81%)
Mutual labels:  open-source
Flutter Music Player
Flutter Music Player - First Open Source Flutter based material design music player with audio plugin to play local music files.
Stars: ✭ 1,215 (+1400%)
Mutual labels:  open-source
C4codataapidevguide
The SAP Cloud for Customer OData API Developer’s Guide complements the SAP Cloud for Customer OData API Reference (a link will be provided later) with usage details and samples for SAP Cloud for Customer OData API in a format that is most convenient to developers. Furthermore, it also covers known restrictions and limitations.
Stars: ✭ 75 (-7.41%)
Mutual labels:  open-source
Ue4linuxlauncher
Stars: ✭ 79 (-2.47%)
Mutual labels:  open-source
Snail
🎈 🎈 这里有各领域丰富且有用的知识! 🚀 http://note.isnico.com/
Stars: ✭ 74 (-8.64%)
Mutual labels:  open-source
Open Source Android Weather App
☔️ Open source android weather app. See "Issues" tab for current tasks queue. Tasks suitable for beginners are labeled with green "beginner friendly" tags.
Stars: ✭ 81 (+0%)
Mutual labels:  open-source
Freeswitch
FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unlock the telecommunications potential of any device.
Stars: ✭ 1,213 (+1397.53%)
Mutual labels:  open-source
Drakon Extruder
3D Printable 3:1 Geared Extruder
Stars: ✭ 80 (-1.23%)
Mutual labels:  open-source
Labeler
Manage labels on GitHub as code
Stars: ✭ 78 (-3.7%)
Mutual labels:  open-source
Android Kotlin Chat App
Open-source Voice & Video Calling and Text Chat App for Kotlin (Android)
Stars: ✭ 76 (-6.17%)
Mutual labels:  open-source
Spam Bot 3000
Social media research and promotion, semi-autonomous CLI bot
Stars: ✭ 79 (-2.47%)
Mutual labels:  command-line-tool
Njupt Yellow Page
😋南京邮电大学黄页
Stars: ✭ 74 (-8.64%)
Mutual labels:  open-source
Nori
Open-source tag-based image hosting search engine for Android
Stars: ✭ 80 (-1.23%)
Mutual labels:  open-source
Fbi
Node.js workflow tool
Stars: ✭ 74 (-8.64%)
Mutual labels:  command-line-tool
Minimal Feedback
🗳 minimal-feedback is a blazingly fast and highly customizable component to get user feedback.
Stars: ✭ 78 (-3.7%)
Mutual labels:  open-source
Qurobullet
A powerful 2D projectile system module for Godot!
Stars: ✭ 78 (-3.7%)
Mutual labels:  open-source
Gcalcron
Schedule shell commands execution through Google Calendar
Stars: ✭ 81 (+0%)
Mutual labels:  command-line-tool

dossier

dossier is a command line utility that generates a report from any git repository that utilizes the Conventional Changelog Standard. Technically, this tool can be used on any commit message convention that denotes commit type with a prefix. Currently, dossier generates the following statistics:

  • Commit counts by prefix
  • Top contributor by prefix
  • Most frequent commit day by prefix

If you're interested in seeing more statistics reflected in dossier, you can submit an issue.

dossier aims to provide an output that can be easily piped and parsed by other utilities in your workflow.

Installation

npm install --global @captainsafia/dossier

Usage

  Usage: dossier [options]

  Options:

    -h, --help          output usage information
    -V, --version       output the version number
    -c, --commits <n>   Number of commits to analyze
    -p, --prefixes <l>  Conventional changelog prefixes used

Dossier Demo

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].