squashed

1.1.22 • Public • Published

This handy little module checks if the currently checked out branch needs squashing. It uses a native git command to count the number of unique commits the branch has (read: commits not present on develop).

Install using npm:

npm install squashed --save-dev

Then from inside the squashed npm package folder (node_modules/squashed/), do:

npm link

Now simply type "squashed" into the terminal from any Git folder to see if you need to squash those commits or not!

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i squashed

      Weekly Downloads

      1

      Version

      1.1.22

      License

      MIT

      Last publish

      Collaborators

      • grayedfox