This Codespace is pre-configured for html2rss development with:
- Ruby 3.4 - Latest Ruby version
- Bundler - Dependency management
- Git - Version control
- GitHub CLI - GitHub integration
- Ruby - Language support
- Solargraph - IntelliSense
- RuboCop - Code formatting
- GitHub Copilot - AI assistance
- Ruby LSP - Language server
- Open Codespace - Click "Code" → "Codespaces" → "Create codespace"
- Wait for setup - Bundler will install dependencies automatically
- Start developing - Everything is ready to go!
# Run tests
make test
# Run linting
make lint
# Generate documentation
make docs
# Start console
./bin/console
# Run tests with coverage
COVERAGE=true make test- ✅ Ruby environment configured
- ✅ All dependencies installed
- ✅ VS Code extensions loaded
- ✅ GitHub Copilot enabled
- ✅ RuboCop auto-formatting
- ✅ Test runner configured
Happy coding! 🎉