We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Welcome to the rails_stats wiki!
To create a nice markdown stats.md document that you can add to version control and inject into your build pipeline...
bundle exec rake "stats[/path/to/your/app]" | sed 's/\+/\|/g' | tee >(sed 's/^[^|]*//g' | sed '/^$/d' > stats-table.md) | grep "Code LOC:" > stats-loc.md && cat stats-table.md stats-loc.md > stats.md && rm stats-table.md stats-loc.md
bash
zsh