Sha256: 4fd5bfbcf738e39710de3e19d3c88144d1286b85a8e4be20deb1f96a47152ab3

Contents?: true

Size: 206 Bytes

Versions: 5

Compression:

Stored size: 206 Bytes

Contents

#!/usr/bin/env ruby

unless File.exist?('./Rakefile') || File.exist?('./Gemfile')
  abort 'Please run annotate from the root of the project.'
end
require 'awesome_annotate'

AwesomeAnnotate::CLI.start ARGV

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
awesome_annotate-0.1.5 exe/awesome_annotate
awesome_annotate-0.1.4 exe/awesome_annotate
awesome_annotate-0.1.2 exe/awesome_annotate
awesome_annotate-0.1.1 exe/awesome_annotate
awesome_annotate-0.1.0 exe/awesome_annotate