Skip to main content

ness add

Installs a Ness plugin or another npm package in the current project.

ness add <package> [options]

Official aliases are expanded to the @nessframework/* scope:

ness add tailwind --dev
# npm install --save-dev @nessframework/tailwind

ness add security --dev --exact
ness add @company/ness-plugin
OptionDescription
--dev, -DSave the package to devDependencies
--exact, -ESave an exact version
--dry-runPrint the npm command without running it

Recognized official aliases include nest, tailwind, security, env, compression, and analyzer. Scoped and third-party package names pass through unchanged.