cloverfield-tools / cf-package

Cloverfield Package Scaffold
MIT License
98 stars 14 forks source link

Detect existing package.json #23

Open ericelliott opened 9 years ago

ericelliott commented 9 years ago

It would be great if our generators could detect an already existing package.json file and grab default values from it, and then merge the scaffold changes into the existing file.

We don't want to replace a package.json if it already exists -- users may lose things they want in there.

halhenke commented 9 years ago

I'd be happy to take a crack at this.

nkbt commented 9 years ago

:+1: