Skip to content
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

Automate dependency update #13

Open
goldhand opened this issue Jul 14, 2016 · 2 comments
Open

Automate dependency update #13

goldhand opened this issue Jul 14, 2016 · 2 comments

Comments

@goldhand
Copy link
Owner

Currently using npm-check-updates to check for dependecy updates and comparing the diff. Would be super nice to automate this process somehow...

Documenting current process:

  1. Create a cookiecutter-webpack project with default options (would be nice to test all options).
$ cookiecutter [email protected]:hzdg/cookiecutter-webpack.git
  1. enter new project (project_name) is default and create a new git repository and commit everything.
$ cd project_name/
$ git init
$ git add .
$ git commit -m 'Init'
  1. Run npm-check-updates tool to update package.json to latest dependencies
$ ncu -uat
  1. Compare diff and update cookiecutter-webpack/{{cookiecutter.repo_name}}/package.json file with new dependencies.
$ git diff
@jayfk
Copy link

jayfk commented Aug 4, 2016

What about https://greenkeeper.io/?

@goldhand
Copy link
Owner Author

Thanks @jayfk, this looks like what we need 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants