Skip to content

Commit

Permalink
Add create-release, setup, and console dev scripts (#560)
Browse files Browse the repository at this point in the history
Signed-off-by: James Couball <jcouball@yahoo.com>
  • Loading branch information
jcouball committed Jan 6, 2022
1 parent 12e3d03 commit c987a74
Show file tree
Hide file tree
Showing 4 changed files with 531 additions and 1 deletion.
15 changes: 15 additions & 0 deletions bin/console
@@ -0,0 +1,15 @@
#!/usr/bin/env ruby
# frozen_string_literal: true

require 'bundler/setup'
require 'git'

# You can add fixtures and/or initialization code here to make experimenting
# with your gem easier. You can also use a different console, if you like.

# (If you use this, don't forget to add pry to your Gemfile!)
# require "pry"
# Pry.start

require 'irb'
IRB.start(__FILE__)

0 comments on commit c987a74

Please sign in to comment.