mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Update README.md
This commit is contained in:
@@ -32,10 +32,11 @@ The Language Graph you see on every repository is built by aggregating the langu
|
|||||||
|
|
||||||
The repository stats API can be used on a directory:
|
The repository stats API can be used on a directory:
|
||||||
|
|
||||||
project = Linguist::Repository.from_directory(".")
|
```ruby
|
||||||
project.language.name #=> "Ruby"
|
project = Linguist::Repository.from_directory(".")
|
||||||
project.languages #=> { "Ruby" => 0.98,
|
project.language.name #=> "Ruby"
|
||||||
"Shell" => 0.02 }
|
project.languages #=> { "Ruby" => 0.98, "Shell" => 0.02 }
|
||||||
|
```
|
||||||
|
|
||||||
These stats are also printed out by the binary. Try running `linguist` on itself:
|
These stats are also printed out by the binary. Try running `linguist` on itself:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user