Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the application behind the command-line interface; this object parses and routes console/terminal commands and routes it to the module.

Usage:

ts-merge pattern0 [pattern1 ... patternN] [options]
pattern0...patternN: glob patterns with the files to be merged
[options]: change the behavior of ts-merge:
  --help             | -H                 Displays this usage message
  --extensionPrefix  | -E (merged)        Sets extension prefix for output files
  --outDir           | -O (empty)         Sets the output directory
  --logger           | -L (console)|none  Sets the logger type
  --skipDeclarations | -D                 Do not parse .d.ts files
  --skipScripts      | -S                 Do not parse .js files
  --skipSourceMaps   | -M                 Prevents generation of .map files
  --version          | -V                 Shows ts-merge version

Hierarchy

  • CliApplication

Index

Constructors

Constructors

constructor

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc