npm / rfcs

Public change requests/proposals & ideation
Other
730 stars 240 forks source link

RFC: [improvement] reenable npm cli api access #648

Open ganeshkbhat opened 2 years ago

ganeshkbhat commented 2 years ago

reenable npm cli api access

reenable npm cli api access - https://github.com/npm/libnpm to work with npm, npm commands, and package.json / npm scripts

wraithgar commented 2 years ago

The functionality for these was moved into the workspaces in npm that are all published as separate packages on the npm registry.

The biggest barrier right now for folks using them is config parsing. We do have plans on making @npmcli/config able to do everything for you which will improve things.