Package Management
Learn about nefi's package-management module
Package Management
nefi automatically manages the dependencies of your project basing on your natural language request.
Augmentations
In order to provide the best experience, nefi implements following functionality of augmenting the input/output calls to the LLM
- Intercepting the package manager used by your project
- Supported package managers:
bun
,pnpm
,yarn
,npm
- Supported package managers:
- Retrieving if Node.js is installed using
nvm
and checking the version of thenode
executable and current package manager that is being used. - Validation of the packages being suggested by the LLM
- Checking if
node_modules
is present in the project. - Installation and removal of dependencies