tangled
alpha
login
or
join now
mackuba.eu
/
bluesky-feeds-rb
Template of a custom feed generator service for the Bluesky network in Ruby
3
fork
atom
overview
issues
pulls
pipelines
load all files in /app in the console script
mackuba.eu
2 years ago
e8df843d
43c138e9
options
unified
split
Changed files
+2
bin
console
+2
bin/console
···
4
4
require 'irb'
5
5
require_relative '../app/config'
6
6
7
7
+
Dir[File.join(__dir__, '..', 'app', '**', '*.rb')].each { |f| require(f) }
8
8
+
7
9
IRB.start(__FILE__)