-
Notifications
You must be signed in to change notification settings - Fork 12k
(feat) 3rd party libs #135
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
Conversation
@jkuri you are amazing! |
@NathanWalker no problem. Would you write some guide how the packages needs to be created? |
@jkuri You nailed it for most part. Main thing I object to is:
In general, I believe it should ask something like this
If
If 'y': I believe the default should be the easiest most painless path, which would be: Path of least resistance I believe is adding /cc @jvandemo, @gdi2290, @valorkin, @ocombe, @robwormald |
My last commit allows auto import (this is default option) of everything that lib provide in bootstrap script. It also injects providers in bootstrap function. |
@jkuri this is exciting! I can't thank you enough, I can't wait for this to land.... @IgorMinar please, pretty please? :) lgtm. It can be improved over time if need be and the flow can continue to be tweaked, but having this now will allow lib authors to start advocating |
@IgorMinar yes, that would be cool :-). This command/task does not require any new dependencies, thanks to |
Hey @jkuri, could you rebase this on master? |
need to check my modules to work with this |
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
Hi @filipesilva, I rebased this. |
CLAs look good, thanks! |
@jkuri: Hey Jan, good job!
The code looks good but I'm going to read it more thoroughly later on today. |
Hi @hansl. Thank you! Yes, I do need some help with squashing commits into one.. here's what I am trying to do I also like shorter commands but in that case I choose |
@jkuri Whenever you squash commits, you are rewriting history ;)
|
Unfortunately, you need to force push at this point. |
Thanks. Commits squashed. |
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm. |
CLAs look good, thanks! |
@cironunes thanks, no problem. |
@jkuri: I personally don't see it as a blocker for this PR. It can easily be done in a separate PR. I checked and the You're 👍 to commit. |
@hansl ok, I agree. I can override the core |
@jkuri not a huge deal, but you might reword your commit msg from:
to:
|
And please squash your history. I can take time right off now to help you merge if you need to. |
Thanks, I managed to squash it yesterday, I will make another commit when separating commands later today. I was having problem with squashing merged stuff from master. It will not harm if you write commands in order, it can save me some time. |
I would suggest doing a separate PR just so we can get this in. Also, I feel this second commit came from a |
|
@hansl and @NathanWalker thanks for your help with that. I squashed commits without any problems now. I reword commands to |
Agreed, I will help write a lib guide over next 2 weeks (prob become its On Sun, Jan 24, 2016 at 5:43 PM Jan Kuri [email protected] wrote:
|
If we do documentation I suggest keeping it under a single roof. I don't mind either creating a |
Starting with the wiki here sounds like a good idea. On Sun, Jan 24, 2016 at 5:53 PM Hans [email protected] wrote:
|
Added tests to both commands. |
There you go. Awesome job @jkuri. LGTM |
Awesomesauce. Merging it then! |
Thanks for helping guys. |
Thank you to everyone here. @jkuri incredible effort. If you are on Twitter, you might DM me, we can chat about further details of documentation coordination, etc (@wwwalkerrun) |
\o/ Right on time for my talk at NG-NL on "How to write libraries for Angular 2" :) |
Sweet. Tells us how it goes on gitter! https://gitter.im/angular/angular-cli |
can't wait for the next release :) |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
I got this working, but like the whole project this is a prototype and a lot of things needed to be done.
This is how it looks like
I tested on a https://github.com/NathanWalker/ng2-cli-test-lib test library, which regarding to comments on #96 should be it.