commit-with

0.4.0 • Public • Published

commit-with

🤗 A command line util to share the fame when pair programming by adding a co-authored message to a commit

Install

globally install this package using npm:

npm i -g commit-with

or yarn

yarn global add commit-with

Usage

❯ commit-with --help

  Usage: commit-with [options] <github-usernames...>

  Searches Github for the user and auto generates a co-authored tag for your commit message

  Options:

    -V, --version  output the version number
    -a, --all      commit all changed files
    -f, --force    ignore cached commit templates, look up user again on githup
    -h, --help     output usage information

Example

Commit currently staged files

❯ commit-with ericadamski

commit-with ericadamski

Commit, and add using -a git commit flag

❯ commit-with -a ericadamski

commit-with -a ericadamski

Readme

Keywords

none

Package Sidebar

Install

npm i commit-with

Weekly Downloads

0

Version

0.4.0

License

MIT

Unpacked Size

132 kB

Total Files

21

Last publish

Collaborators

  • ericadamski