README.md in git-hook-0.1.1 vs README.md in git-hook-0.1.2
- old
+ new
@@ -1,9 +1,23 @@
# Githook
A ruby gem that help to setup git hooks easily, base on Rake, inspired from Capistrano.
+## TODO
+
+- [x] install task
+- [x] setup hooks task
+- [x] clear hooks task
+- [x] disable/enable hooks task
+- [x] list hooks task
+- [x] version/help task
+- [x] pre-commit hook tasks
+- [x] prepare-commit-msg hook tasks
+- [x] commit-msg hook tasks
+- [x] implement as a gem
+- [ ] more document
+
## Installation
Add this line to your application's Gemfile:
```ruby
@@ -18,9 +32,10 @@
$ gem install git-hook
## Usage
+ $ githook help
$ githook install
$ githook setup
More: TODO