Skip to content

Commit afedd6d

Browse files
committed
refine: improve generator output to be more Rails-like
- Simplify initializer template to show only essential providers - Update post-install message to focus on community support - Remove business promotion from generator output - Add GitHub star option as free way to support
1 parent f36ee1e commit afedd6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/generators/ruby_llm/install_generator.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ def show_install_info
112112
say "\n 📚 Full docs: https://rubyllm.com", :cyan
113113

114114
say "\n ❤️ Love RubyLLM?", :magenta
115-
say ' • Sponsor: https://github.com/sponsors/crmne'
116-
say ' • Try Chat with Work: https://chatwithwork.com'
115+
say ' • ⭐ Star on GitHub: https://github.com/crmne/ruby_llm'
116+
say ' • 💖 Sponsor: https://github.com/sponsors/crmne'
117117
say "\n"
118118
end
119119
end

spec/lib/generators/ruby_llm/install_generator_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
end
163163

164164
it 'includes sponsorship information' do
165-
expect(generator_content).to include('https://github.com/sponsors/crmne').and include('https://chatwithwork.com')
165+
expect(generator_content).to include('https://github.com/sponsors/crmne').and include('Star on GitHub')
166166
end
167167
end
168168

0 commit comments

Comments
 (0)