We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently using npm-check-updates to check for dependecy updates and comparing the diff. Would be super nice to automate this process somehow...
npm-check-updates
Documenting current process:
$ cookiecutter [email protected]:hzdg/cookiecutter-webpack.git
project_name
$ cd project_name/ $ git init $ git add . $ git commit -m 'Init'
package.json
$ ncu -uat
cookiecutter-webpack/{{cookiecutter.repo_name}}/package.json
$ git diff
The text was updated successfully, but these errors were encountered:
What about https://greenkeeper.io/?
Sorry, something went wrong.
Thanks @jayfk, this looks like what we need 😄
No branches or pull requests
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:
project_name
) is default and create a new git repository and commit everything.npm-check-updates
tool to updatepackage.json
to latest dependenciescookiecutter-webpack/{{cookiecutter.repo_name}}/package.json
file with new dependencies.The text was updated successfully, but these errors were encountered: