argo-commit

Commit for argo members

Usage no npm install needed!

<script type="module">
  import argoCommit from 'https://cdn.skypack.dev/argo-commit';
</script>

README

Better commit

This command quickly creates a commit message with a prefix (corresponding to the commit contents), the name of the branch, and the message you specify. It is also possible to copy the message instead of running the commit command.

Installation

npm install -g argo-commit

Usage

argo-commit "message"

There's no -m option unlike git commit -m "message".

The system will provide you with choices as to what you wish to do with that command and your commit contents.