Library command #9
Labels
priority: Low
The issue is insignificant.
status: In Progress
It's currently being worked on.
type: Proposal / RFC
Something which needs input gathering on.
Milestone
Pull Request
#26
Usage
!library <nameOrAlias>
Aliases
!lib
!l
Example
Invocation
!library quasar
Result
Rationale
Often people haven't heard of a library, or need to be redirected to its github/official website/issue tracker/whatever. Instead of having to send someone a link, we can just use the command.
Furthermore, it could display useful information such as the current version and when it was released which could prove quite useful! Such information could even be updated automatically on a schedule by simply checking
package.json
s, or Github releases via the API, or by using NPM's API.There could also be a way to just get only the information you're interested in, e.g.
!lib bootstrap-vue version
,!lib vuetify docs
.The text was updated successfully, but these errors were encountered: