-
Notifications
You must be signed in to change notification settings - Fork 146
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
add alias system #65
add alias system #65
Conversation
Not a huge fan, I think modern shell interpreters can fill this niche without any change needed in Yarn. |
This can be done in shell fairly easily: http://stackoverflow.com/questions/7131670/make-a-bash-alias-that-takes-a-parameter |
Yep I know, but before closing this pr, I think we should decide some things:
Let me know what you think ;) |
Yeah, basically what we need is some valiant soul willing to do the triage works to clean things up a bit :p |
I've put the next 2 weeks for issue triaging, this task is there for coordination yarnpkg/yarn#3474, please join me any time you feel like it. The goal is to get ALL issues under control, prioritize and fix the ones critical for 1.0 release. |
Back to this PR, I vote to remove the aliases and educate people to create their own aliases for their workflows |
Probably also wanna add a list of popular feature requests that have been discussed thoroughly and rejected into the issue template of either the main repo or this one. |
As for education, anyone, send a blog post entry here https://github.com/yarnpkg/website/tree/master/_posts how people can add aliases for their favorite operating system using Yarn |
@bestander Finally got the time... once the blog post is accepted this RFC can be resolved I believe. |
After digging in many issues of the yarn project, I think we should do something like this!
Let me know if you like the idea ;)