Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/slocCommand"

Index

Functions

Const SlocInspection

formatLanguageReport

formatLanguageStats

reportForProject

Object literals

Const SlocCommand

SlocCommand: object

Command to display lines of code in current project or projects to Slack, across understood languages. Also displays aggregate data.

inspection

inspection: function = SlocInspection

Type declaration

    • (p: Project, papi: PushAwareParametersInvocation<P>): Promise<R>
    • Parameters

      • p: Project
      • papi: PushAwareParametersInvocation<P>

      Returns Promise<R>

intent

intent: string[] = ["compute sloc", "sloc"]

name

name: string = "sloc"

onInspectionResults

  • onInspectionResults(results: CodeInspectionResult<LanguagesReport>[], ci: CommandListenerInvocation<NoParameters>): Promise<void>

Generated using TypeDoc