babel/generator-babel-boilerplate

Simplify copying of files

Closed this issue · 4 comments

#197 (comment)

This greatly simplifies the file copying logic, but it breaks from the Yeoman naming conventions. Is that worth it? Probably, but I'm going to think about it for awhile.

If I had to guess, the Yeoman naming conventions are there because package.json is a special file, but _package.json is not. I'm not sure how important it is to separate that out, though...it's not like anyone is going to go into their global npm install directory and run an npm command in this directory.

@thejameskyle / @megawac what do you think?

Yeah, I think its a non issue to consider

Yeah I'll prob. update to use the simpler code

Done