Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InitOptions

export
interface

InitOptions

Hierarchy

  • InitOptions

Index

Properties

Optional fillEmpty

fillEmpty: boolean

Auto-fill empty fields of the package.json. (Same as npm init -y)

Optional installDependencies

installDependencies: boolean

Install initial dependencies in package.json after initializing package.

Optional overwrite

overwrite: boolean

Overwrite the existing package.json.

Generated using TypeDoc