aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 24bf90c194da66d6836072fd7adf23b93ffc1f54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
GitHub Show Full Commit Message Bookmarklet
===========================================

This is a bookmarklet that will expand and contract _all_ GitHub commit messages on a page.


## Demo
![Demo](demo.gif)


## Compiling
An npm script is included to make it easy to compile the script to a bookmarklet. It leverages the [bookmarklet](https://www.npmjs.org/package/bookmarklet) package.

To compile the script, run:

	$ npm run compile


## License
Licensed under the MIT License. See the included LICENSE file.