Replies: 3 comments 2 replies
|
Some other package managers (just off the top of my head for now):
Also, addressing #832 (comment), if we're already reading a package manager's manifest files, then most of them should have a Maybe we should honestly write a separate crate for this: just like we use tokei to read language stats, a crate like |
That's right, besides, we already have a good basis with the For reference, I found |
Sounds like you're having fun 馃槄.
If I'm not mistaken GH org are not eligible for Vercel free tier. Maybe, we could do it like
Agreed, We can stick to root's manifest 馃憤 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
For rust projects, we could parse the
descriptionentry of theCargo.tomlfile and display it - if present - as an additional info line:We'll have to be careful with the description's length, maybe by adding break lines or truncate it - and add
...at the end - if it exceeds a certain length 馃Bonus: We could also add a cli flag to allow the user to customize it and provide their own description.
All reactions