Sha256: b2efea01ea6f6eb8b6b945d217d968bd3277034c5100477d97ce6f086bc65f07

Contents?: true

Size: 252 Bytes

Versions: 10

Compression:

Stored size: 252 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true

require 'rubygems'

lib_dir = File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH << lib_dir unless $LOAD_PATH.include?(lib_dir)

require 'branch/name'

Branch::Name::CLI.start

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
branch-name-4.0.3 exe/branch-name
branch-name-4.0.2 exe/branch-name
branch-name-4.0.1 exe/branch-name
branch-name-4.0.0 exe/branch-name
branch-name-3.10.10 exe/branch-name
branch-name-3.10.9 exe/branch-name
branch-name-3.10.8 exe/branch-name
branch-name-3.10.7 exe/branch-name
branch-name-3.10.6 exe/branch-name
branch-name-3.10.5 exe/branch-name