Please be sure to have Guard installed before continuing.
Add Guard::Asciidoctor to your Gemfile
:
group :development do gem 'guard-asciidoctor' end
Add guard definition to your Guardfile by running this command:
$ guard init asciidoctor
-
Fork it ( https://github.com/teddy-ma/guard-asciidoctor/fork )
-
Create your feature branch (
git checkout -b my-new-feature
) -
Commit your changes (
git commit -am 'Add some feature'
) -
Push to the branch (
git push origin my-new-feature
) -
Create a new Pull Request