Initial project structure with dry/cli
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-10-30 15:57:44 -04:00
parent 26897dd544
commit 1d7b9c8f0f
6 changed files with 137 additions and 0 deletions

8
Gemfile Normal file
View File

@@ -0,0 +1,8 @@
source 'https://rubygems.org'
gem 'dry-cli', '1.0.0'
group :development, :test do
# rubocop and extensions for code style
gem 'rubocop'
end