Skip to content

Stabilise the package API #121

@jaxxstorm

Description

@jaxxstorm

I have a use case I'd like to have considered.

I'm building an internal application which will:

  • Traverse through a directory hierarchy and fine all Taskfile.yml instances
  • Run the equivalent of task -d <dir>/Taskfile.yml on all those taskfiles concurrently

As pointed out in slack, I can use os/exec for this, but ideally I want to be able to just import github.com/go-task/task and then use those functions/methods from there. This will ensure that user's don't need to download a binary to run the internal tool

Would this be something that might be considered?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions