You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be cool if there was a set of plugins for reading manifests and reporting the project
type (package.json => NPM, Cargo.toml => Crates.io, etc.).
This won't be part of this repo, but a separate repository, making it a collection of 3rd-party
plugins.
Before these can be implemented, the main gem must support the following, because building from a git
repository is too biased (and also cumbersome to reverse back into a path to find manifest files):
matches_path?
from_path
The text was updated successfully, but these errors were encountered:
It would be cool if there was a set of plugins for reading manifests and reporting the project
type (
package.json
=> NPM,Cargo.toml
=> Crates.io, etc.).This won't be part of this repo, but a separate repository, making it a collection of 3rd-party
plugins.
Before these can be implemented, the main gem must support the following, because building from a git
repository is too biased (and also cumbersome to reverse back into a path to find manifest files):
matches_path?
from_path
The text was updated successfully, but these errors were encountered: