generate-contributing icon indicating copy to clipboard operation
generate-contributing copied to clipboard

Split out `app.conflicts` usage

Open doowb opened this issue 8 years ago • 2 comments

As mentioned in this updater-contributing issue, I'd like to use generate-contributing to be able to generate new contributing files if they don't exist when updating projects.

generate-contributing currently expects app.conflicts to exist which relies on other generate features that update doesn't have. I'm proposing that we split out the app.conflicts part and use a library that can be directly used in generate-contributing. This will allow us to use generate-contributing as an updater in updater-contributing.

doowb avatar Jan 24 '18 22:01 doowb

I'm proposing that we split out the app.conflicts part and use a library that can be directly used in generate-contributing

It seems like we should add the conflicts plugin to update. thoughts?

jonschlinkert avatar Jan 25 '18 12:01 jonschlinkert

I think that's a good idea.

I just realized this morning that updater-gitignore will show a conflicts message when updating the .gitignore file. Maybe I was configuring something wrong and it the conflicts plugin is already available. If that's the case, then we wouldn't need to change anything.

doowb avatar Jan 25 '18 16:01 doowb