Sloc Alternatives
Similar projects and alternatives to sloc based on common topics and language
-
code-maat
A command line tool to mine and analyze data from version-control systems
-
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
NVIDIA-vBIOS-VFIO-Patcher
A Python script to patch NVIDIA vBIOS dumps into a format compatible with VFIO passthrough
-
-
code-complexity
Measure the churn/complexity ratio. Higher values mean hotspots where refactorings should happen.
-
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
sloc reviews and mentions
-
The #1 tip to familiarize with new JavaScript codebases
With long functions normally there comes large files as well. People tend to put everything into one file if they also put a lot into one function. So in theory we could take the lines of code as a measurement as well. There are a lot of utility packages out there that solve this problem. One of these tools is called sloc. It will output the number of lines of code within a file. But do not use it directly. The tool I mentioned before includes this by default.
Stats
flosse/sloc is an open source project licensed under MIT License which is an OSI approved license.