Categorygithub.com/punctuations/tablespoon
modulepackage
1.5.9
Repository: https://github.com/punctuations/tablespoon.git
Documentation: pkg.go.dev

# README

🥄 Tablespoon

A cli tool to generate semantic commit messages.

Latest Release Downloads Stars Forks Issues License: MIT
Downloads


Installation | Contributing


Tablespoon is a simple cli tool that can generate semantic commit messages based on comments in order to enforce best practices!

Documentation

All documentation can be found through the tablespoon site here: docs.tbsp.coffee

Installation

Run the following command in a terminal and you're ready to go!

Windows

iwr instl.sh/punctuations/tablespoon/windows | iex 

macOS

curl -sSL instl.sh/punctuations/tablespoon/macos | bash   

Linux

curl -sSL instl.sh/punctuations/tablespoon/linux | bash  

Functionality

  • Writes semantic commit messages for you:
    <type>(<desc>): <summary>
    
  • Generate just the message or generate the message and immediately commit it!
  • Customize commentID via the config file!

TODO

  • Try again for fig x tablespoon for autocompletion

# Packages

No description provided by the author