Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ljharb/coauthors
A cli to generate a complete git co-authors list, including existing co-authors, for use in a commit message.
https://github.com/ljharb/coauthors
authors coauthors commit git log
Last synced: 2 months ago
JSON representation
A cli to generate a complete git co-authors list, including existing co-authors, for use in a commit message.
- Host: GitHub
- URL: https://github.com/ljharb/coauthors
- Owner: ljharb
- License: mit
- Created: 2024-07-12T20:31:40.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T06:05:18.000Z (5 months ago)
- Last Synced: 2024-10-17T02:18:59.297Z (3 months ago)
- Topics: authors, coauthors, commit, git, log
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# @ljharb/coauthors [![Version Badge][npm-version-svg]][package-url]
[![github actions][actions-image]][actions-url]
[![coverage][codecov-image]][codecov-url]
[![License][license-image]][license-url]
[![Downloads][downloads-image]][downloads-url][![npm badge][npm-badge-png]][package-url]
A cli to generate a complete git co-authors list, including existing co-authors, for use in a commit message.
## Usage
```sh
npx @ljharb/coauthors # if not installedcoauthors # if installed and in the PATH
``````sh
$ coauthors --help
Usage:
commit-to-co-authors`remote` defaults to `origin`.
```## Install
```
npm install --save-dev @ljharb/coauthors
```## License
MIT
[package-url]: https://npmjs.org/package/@ljharb/coauthors
[npm-version-svg]: https://versionbadg.es/ljharb/coauthors.svg
[deps-svg]: https://david-dm.org/ljharb/coauthors.svg
[deps-url]: https://david-dm.org/ljharb/coauthors
[dev-deps-svg]: https://david-dm.org/ljharb/coauthors/dev-status.svg
[dev-deps-url]: https://david-dm.org/ljharb/coauthors#info=devDependencies
[npm-badge-png]: https://nodei.co/npm/@ljharb/coauthors.png?downloads=true&stars=true
[license-image]: https://img.shields.io/npm/l/@ljharb/coauthors.svg
[license-url]: LICENSE
[downloads-image]: https://img.shields.io/npm/dm/@ljharb/coauthors.svg
[downloads-url]: https://npm-stat.com/charts.html?package=@ljharb/coauthors
[codecov-image]: https://codecov.io/gh/ljharb/coauthors/branch/main/graphs/badge.svg
[codecov-url]: https://app.codecov.io/gh/ljharb/coauthors/
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/coauthors
[actions-url]: https://github.com/ljharb/coauthors/actions