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 |
Beta Was this translation helpful? Give feedback.
-
That's right, besides, we already have a good basis with the For reference, I found |
Beta Was this translation helpful? Give feedback.
-
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 👍 |
Beta Was this translation helpful? Give feedback.
-
For rust projects, we could parse the
description
entry of theCargo.toml
file 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.
Beta Was this translation helpful? Give feedback.
All reactions