lathonez / clicker

Ionic 2 + @angular/cli Seed Project : Angular2 + Typescript + Karma + Protractor + Travis
http://lathonez.com/2018/ionic-2-unit-testing/
MIT License
430 stars 137 forks source link

Usage of Greenkeeper #286

Closed riderx closed 6 years ago

riderx commented 6 years ago

You use david's to know if the dependencie are up to date but you can have greenkeeper who make alone the Pr with new npm version. So with the CI you will know if the update can be made or not, without any work :) https://greenkeeper.io/

lathonez commented 6 years ago

hey @ric9176

Sorry for not responding to you, I lost this in all my emails.

I find that greenkeeper and Ionic don't really work well together (at least of Ionic 3x) as we're often tied, by Ionic to outdated versions of things. I guess one good example being @angular.

I do use greenkeeper with other projects and think it's a great tool.

As of Ionic 4, greenkeeper may work better, but then as of Ionic 4 this project will probably be redundant anyway, as angular cli should work out of the box with Ionic.

Thanks,

Steve