Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

html2rss Codespace

This Codespace is pre-configured for html2rss development with:

🚀 Pre-installed Tools

  • Ruby 3.4 - Latest Ruby version
  • Bundler - Dependency management
  • Git - Version control
  • GitHub CLI - GitHub integration

🔧 Pre-configured Extensions

  • Ruby - Language support
  • Solargraph - IntelliSense
  • RuboCop - Code formatting
  • GitHub Copilot - AI assistance
  • Ruby LSP - Language server

🏃‍♂️ Quick Start

  1. Open Codespace - Click "Code" → "Codespaces" → "Create codespace"
  2. Wait for setup - Bundler will install dependencies automatically
  3. Start developing - Everything is ready to go!

📋 Available Commands

# Run tests
make test

# Run linting
make lint

# Generate documentation
make docs

# Start console
./bin/console

# Run tests with coverage
COVERAGE=true make test

🎯 What's Ready

  • ✅ Ruby environment configured
  • ✅ All dependencies installed
  • ✅ VS Code extensions loaded
  • ✅ GitHub Copilot enabled
  • ✅ RuboCop auto-formatting
  • ✅ Test runner configured

🔗 Useful Links

Happy coding! 🎉