Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InstallOptions

export
interface

InstallOptions

Hierarchy

  • InstallOptions

Index

Properties

Properties

Optional dev

dev: boolean

Save to devDependencies after installation finishes.

Optional save

save: boolean

Save to dependencies after installation finishes.

Optional symlink

symlink: boolean

Create symlink of node_modules folder in newly installed dependencies. directory.

Example for foo-bar dependency: /project/node_modules/foo-bar/node_modules -> /project/node_modules

Generated using TypeDoc