pkgjs / create-package-json

Create full featured package.json files
MIT License
30 stars 8 forks source link

Workspaces #226

Open wesleytodd opened 11 months ago

wesleytodd commented 11 months ago

Just getting started adding workspaces support. I don't think this is the end state, but wanted to do it in parts. This is the most basic support we could land and just asks for (and--workspaces) a list of workspaces, empty will not include the key.

Ideally longer term we would detect potential modules to set defaults, and then probably change up some other defaults (like private) if the user provides things which indicate this is a monorepo setup.