Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support plugins/tools that aren't hosted on GitHub #101

Open
simonw opened this issue Apr 8, 2022 · 0 comments
Open

Support plugins/tools that aren't hosted on GitHub #101

simonw opened this issue Apr 8, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@simonw
Copy link
Owner

simonw commented Apr 8, 2022

Maybe I should have a directory.yml file to replace tool_repos.yml and plugin_repos.yml which combines the data from both and provides me with a hook to add custom extras, like a list of tags or a URL to an image (if the repo doesn't provide one).

Originally posted by @simonw in #98 (comment)

Possible design for that format:

- package: datasette-graphql
  github: simonw/datasette-graphql
  plugin: true
  tags:
  - graphql
  - api
  hooks:
  - database_actions
  - extra_template_vars
  - menu_links
  - register_routes
  - startup
  - table_actions
@simonw simonw added the enhancement New feature or request label Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant