👨‍đŸ’ģ Lines of code changed

This plugin displays the number of lines of code you have added and removed across all of your repositories.

Supported features
→ Full specification
📗 Classic template 📘 Repository template 📙 Terminal template
👤 Users đŸ‘Ĩ Organizations 📓 Repositories
🔑 (scopeless) read:org (optional) read:user (optional) repo (optional)
## âžĄī¸ Available options
TypeDescription
plugin_lines

Enable lines plugin

type: boolean
default: no
plugin_lines_skipped

Skipped repositories

⏊ Inherits repositories_skipped
type: array (comma-separated)
## â„šī¸ Examples workflows ```yaml name: Lines of code changed uses: lowlighter/metrics@latest with: filename: metrics.plugin.lines.svg token: ${{ secrets.METRICS_TOKEN }} base: repositories plugin_lines: 'yes' ```