generator-m-ionic
generator-m-ionic copied to clipboard
develop update strategy for bower/npm components
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?