plow icon indicating copy to clipboard operation
plow copied to clipboard

Plow - The ontology package manager

Results 13 plow issues
Sort by recently updated
recently updated
newest added

right now crates.io does not show the README.md for any of the crates published.

The ontology registry seems like a great idea. It would be nice if I could read a bit about what types of entities and relationships the ontology describes directly on...

Right now we have two main ways that a set of field dependencies are usable: - Via the CLI via the `plow protege` command (downside: format specific to Protege) -...

enhancement
C:libraries
C:cli

It would be great to have pages like `/namepsace/@fld33` which list all packages from the `@fld33` namespace. For projects that maintain multiple packages rather than a few individual ones, this...

enhancement
C:registry-website

To support web crawlers in discovering relevant pages, it usually helps to provide a `sitemap.xml` that lists all important pages on the website (in our case all individual field pages)....

enhancement
C:registry-website

Right now the way to browse all fields is done via listing all fields on the index page under the "recently updated" section, which won't be tractable in the long-term...

enhancement
C:registry-website

With [asdf](https://github.com/asdf-vm/asdf), which has a plugin system, we could "easily" get a version manager for the plow CLI itself. Most likely blocked by #1

C:cli

Badges in READMEs can be a really good way to improve the developer experience for an ecosystem, as they can provide a consistently recognizable link to a website with more...

enhancement
C:registry-website

## Description We want to support consuming public ontologies without the need to login. However currently the private index (which requires a login) is retrieved on every plow command. Instead...

enhancement