rfcs icon indicating copy to clipboard operation
rfcs copied to clipboard

RFC: [improvement] reenable npm cli api access

Open ganeshkbhat opened this issue 3 years ago • 1 comments

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

ganeshkbhat avatar Oct 26 '22 12:10 ganeshkbhat

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.

wraithgar avatar Oct 26 '22 14:10 wraithgar