aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2014-03-26 22:39:14 -0400
committerTeddy Wing2014-03-26 22:39:14 -0400
commit0acc95e9a0b05a54d38430e00422df55fee63287 (patch)
treeccfc370f849032a7ebda0f6f8b23c802fb5206b6
parent58aaa18daa7e6d8702d73368a52035b1847f38bc (diff)
downloadGitHub-Show-Full-Commit-Message-Bookmarklet-0acc95e9a0b05a54d38430e00422df55fee63287.tar.bz2
Add READMEHEADmaster
And include gif demonstration.
-rw-r--r--README.md20
-rw-r--r--demo.gifbin0 -> 397835 bytes
2 files changed, 20 insertions, 0 deletions
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
diff --git a/demo.gif b/demo.gif
new file mode 100644
index 0000000..7f6f01d
--- /dev/null
+++ b/demo.gif
Binary files differ