uber / uber-ngen

uber-ngen is a tool that will generate a new nodejs project for you.
MIT License
43 stars 10 forks source link

Clever json merge #18

Open Raynos opened 10 years ago

Raynos commented 10 years ago

For json files in the tempalte.

If the file exists, open it and write any unset properties in the new json file to it.

Do not overwrite any set properties in the existing package.json

Make sure to recurse for dependencies and devDependencies

Raynos commented 10 years ago

Also consider for dependencies or for any key whose value is a semver range to overwrite the semver range.