From 0acc95e9a0b05a54d38430e00422df55fee63287 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 26 Mar 2014 22:39:14 -0400 Subject: Add README And include gif demonstration. --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..24bf90c --- /dev/null +++ b/README.md @@ -0,0 +1,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. \ No newline at end of file -- cgit v1.2.3