generator-m-ionic icon indicating copy to clipboard operation
generator-m-ionic copied to clipboard

develop update strategy for bower/npm components

Open gruppjo opened this issue 10 years ago • 0 comments

update what?

  • generator npm (package.json)
  • project npm (_package.json) check in generator-m-ionic-demo
  • project bower (bower-config.js)
  • generator-appobi (package.json) check in generator-appmobi
  • travis.yml of all three files

how?

  • roughly two week cycle
  • check dependencies and changelogs
  • test / try new features if needed
  • issue PR
  • bower strategy
    • sample app, build with Jenkins
  • npm strategy
    • mocha tests

tools?

  • write gulp task for updates?
  • npm-check-updates - https://www.npmjs.com/package/npm-check-updates
    • pretty print and changelogs?
  • similar bower tool?

gruppjo avatar Dec 16 '14 11:12 gruppjo