Skip to content

Commit c987a74

Browse files
authored
Add create-release, setup, and console dev scripts (#560)
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent 12e3d03 commit c987a74

File tree

4 files changed

+531
-1
lines changed

4 files changed

+531
-1
lines changed

bin/console

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#!/usr/bin/env ruby
2+
# frozen_string_literal: true
3+
4+
require 'bundler/setup'
5+
require 'git'
6+
7+
# You can add fixtures and/or initialization code here to make experimenting
8+
# with your gem easier. You can also use a different console, if you like.
9+
10+
# (If you use this, don't forget to add pry to your Gemfile!)
11+
# require "pry"
12+
# Pry.start
13+
14+
require 'irb'
15+
IRB.start(__FILE__)

0 commit comments

Comments
 (0)