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

Demonstrate how to make custom commands #29

Open
carolynvs opened this issue Jan 7, 2022 · 0 comments
Open

Demonstrate how to make custom commands #29

carolynvs opened this issue Jan 7, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@carolynvs
Copy link
Member

Right now skeletor shows you how to make essentially a cute wrapper for the exec mixin. But a lot of the power of mixins comes from custom commands. A great example of that is @gaurimadhok 's work with the Docker mixin.

Let's add the plumbing for custom commands and add an example custom command so that when the author is ready to add one, the hard parts are already wired up.

I will hold off on this until we come up with a go 1.18 generics solution for unmarshaling (or something that isn't as difficult as the custom unmarshaling we do today).

@carolynvs carolynvs assigned carolynvs and unassigned carolynvs Jan 7, 2022
@carolynvs carolynvs added the enhancement New feature or request label Jan 7, 2022
@carolynvs carolynvs added this to Inbox in Porter and Mixins via automation Jan 7, 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
Development

No branches or pull requests

1 participant