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

Current iteration requires bash+docker only. Add support for state of nodejs only. #1

Open
johnstonphilip opened this issue Sep 4, 2024 · 0 comments

Comments

@johnstonphilip
Copy link
Contributor

Currently pluginade scripts requires a state where bash and docker are available.

There are some cases where only nodejs is available (like wasm). For this state, we could create a second approach, where instead of using sh pluginade.sh whatever-command, those commands would be built into the package.json file's scripts.

When called from package.json like that, they would not use docker, and the assumption is that nodejs is already available.

In this state it would be ideal (but maybe not possible) to have 1:1 parity with the bash+docker state. While things that already use a node docker container would be easy to add, other things like phpunit may be more difficult.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant