tkt EntryPoint
An opinionated toolkit for building Node.js applications. Comes with good IntelliSense support thanks to TypeScript.
Remarks
For usage guide please check out the main documentation page at https://docs.dt.in.th/tkt/
Functions
Interfaces
Interface | Description |
---|---|
ICli | A command-line interface created by the cli() function. |
ILogger | A logger instance created by the logger() function or the ILogger.child() method. See Pino’s API for more information. |
Namespaces
Namespace | Description |
---|---|
logger | Modify the logger’s behavior. |
Type Aliases
Type Alias | Description |
---|---|
CliArguments |