punctuations / tablespoon

πŸ₯„ A cli tool to generate semantic commit messages

Home Page:https://tbsp.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ₯„ 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

About

πŸ₯„ A cli tool to generate semantic commit messages

https://tbsp.vercel.app

License:GNU General Public License v3.0


Languages

Language:Go 71.0%Language:TypeScript 24.4%Language:JavaScript 4.6%