r2g icon indicating copy to clipboard operation
r2g copied to clipboard

feature: allow users to include a package.json instead of just using `npm init -f`

Open ORESoftware opened this issue 7 years ago • 1 comments

allow users to include a package.json instead of just using npm init -f

Users can add a package.json file:

.r2g/package.json

which will be the package.json file of Y, the testbed project.

In that package.json file, they can include test dependencies if they want.

This might not be a good idea, because it may conflate deps that won't actually exist IRL.

ORESoftware avatar Jun 28 '18 03:06 ORESoftware

this is almost certainly a bad idea

ORESoftware avatar Jun 28 '18 07:06 ORESoftware