Skip to content

Add an equivalent to github's "uses" directive #262

Description

@sed-i

Currently with spread we'd need to replicate a library of scripts across repos, or obtain the scripts from a central place (git repo, snap, etc.) as part of e.g. backend-prepare.

There are a few problems with this approach:

  • Different groups of devs are unlikely to discover each other's helper scripts.
  • Reusing existing scripts means the author of spread.yaml need to also install all the (implicit) deps of the scripts they are reusing.

It would be handy if:

  1. spread users had guidelines on how to design recipes so they are usable by others;
  2. spread had a place to register and discover reusable recipes.

References:

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions