languatage 0.7.0

A tool for calculate the percentage of languages used in a directory
Documentation
1
2
3
4
5
6
7
[tasks.build]
command = "cargo"
args = ["build", "--bin", "languatage", "--features", "build-binary"]

[tasks.run]
command = "cargo"
args = ["run", "--features", "build-binary", "${@}"]