-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Merge new plugin: echo script before execution #7
Comments
@leaumar you're welcome to add your plugin to the existing |
Thanks. What's the team organization like? Do we all work on everything with a collaborated agenda, uniform tools, and peer reviews and such, or do we all manage our own little parts independently like a package repository? Edit: it seems you maintain a redirection somehow from yarnplugins.com/{id} to direct links to release artifacts for yarn to download. For mine, that would currently be this, linked to release 1. I don't expect to have to make new releases pretty much ever, but gitlab doesn't support a |
@koistya do you have some guidelines/instructions/prerequisites to get started (that I'll later put in a PR for future readers once I've figured out the process)? I see there's this |
@leaumar yarnplugins.com is a proxy that redirects requests to GitHub (just to make installation experience better). For example:
So, if you can move your plugin to GitHub, that would simplify things a bit. If not, it's possible to make an exception for your plugin to redirect to GitLab instead. Feel free to ping me on Discord koistya#2673. |
I've sent you a request, username Marnes, same avatar as here |
A discussion on the yarn repo led to a negative on restoring the yarn v1 (and other PMs) behavior of echoing the commandline of a script before executing it, for a number of reasons. Still wanting a solution for developers who like to know which commands are being run when, I made a plugin that does this, called echo-execute:
I have no prior experience working on yarn plugins or publishing nodejs packages, so I have little idea what I'm doing outside the code part of it. I found this project via google and it seems like the place where this kind of plugin could belong. Could we discuss merging my plugin into your project, and its further development (if a 2-liner ever gets any), please?
The text was updated successfully, but these errors were encountered: