mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
More README
This commit is contained in:
@@ -41,7 +41,7 @@ project.language.name #=> "Ruby"
|
|||||||
project.languages #=> { "Ruby" => 0.98, "Shell" => 0.02 }
|
project.languages #=> { "Ruby" => 0.98, "Shell" => 0.02 }
|
||||||
```
|
```
|
||||||
|
|
||||||
These stats are also printed out by the `linguist` binary. You can try running `linguist` on the `lib/` directory in this repository itself:
|
These stats are also printed out by the `linguist` binary. This will also output the breakdown of files by language. You can try running `linguist` on the `lib/` directory in this repository itself:
|
||||||
|
|
||||||
$ bundle exec linguist lib/
|
$ bundle exec linguist lib/
|
||||||
100% Ruby
|
100% Ruby
|
||||||
|
|||||||
Reference in New Issue
Block a user