Sha256: 9c906a146e13aab6c45fba831ee52ad0f9ef6921c709a38d98b11f4d56335d01

Contents?: true

Size: 695 Bytes

Versions: 3

Compression:

Stored size: 695 Bytes

Contents

# hookapp

Hook.app CLI

## Editing

Main executable is located in `bin/hook`. All commands are defined here.

Helpers and main classes are in `lib/`.

@run(subl -p hookapp.sublime-project)

## Building the Gem

@run(rake clobber rdoc package)

## Deploy

1. Bump version
2. Commit and push to GitHub
3. See Updating the Docs
4. Package the gem (See Building the Gem)
5. Push the gem with `gem push pkg/hookapp-[VERSION].gem`

## Updating the Docs

Update the docs with `bundle exec bin/hook _doc --format=markdown` and `bundle exec bin/hook _doc --format=rdoc`, then run `rake rerdoc`

@run(bundle exec bin/hook _doc --format=rdoc && bundle exec bin/hook _doc --format=markdown && rake rerdoc)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hookapp-2.0.5 buildnotes.md
hookapp-2.0.4 buildnotes.md
hookapp-2.0.3 buildnotes.md