Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApplicationOptions

Hierarchy

  • ApplicationOptions

Index

Properties

Optional autostart

autostart: boolean

Whether to start the service immediately on startup. Defaults to true.

Optional description

description: string

A long-form description for your application, when necessary. If you implement only one, implement summary instead.

Optional group

group: string

Optional name

name: string

Specify a human readable name for your application.

Optional packageName

packageName: string

The computer-readable name for your application. Should match your NPM package name.

Optional silent

silent: boolean

Turn off all console output

Optional summary

summary: string

A shorter-form description for your application, when necessary. If you implement only one, implement this instead of description.

Optional tags

tags: string[]

A set of string tags related to your application.

Optional verbose

verbose: boolean

Enable verbose console logging for Alterior

Optional version

version: string

Version of the service

Generated using TypeDoc