Skip to content

vintlang/gitcommiter-vint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conventional Commit Builder for Vint

Use the commit function from the actions package to interactively build a conventional commit message. The tool prompts you for:

  • Type: (e.g., feat, fix, docs, etc.)
  • Scope: (optional, e.g., authentication)
  • Description: (required)
  • Body: (optional)
  • Breaking Change: (optional; if yes, provide details)
  • Issue Number: (optional, e.g., 123 becomes "Closes #123")

After collecting your inputs, the commit preview is displayed. Confirm to run:

  • git add .
  • git commit -m '<your commit message>'
  • git push

Example usage in Vint:

import actions
actions.commit()

About

Git convectional commiter written in vintLang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published