UNPKG

kist

Version:

Lightweight Package Pipeline Processor with Plugin Architecture

11 lines (10 loc) 273 B
stages: - name: Generate Documentation steps: - name: Build Documentation action: DocumentationAction options: generatorCommand: "jsdoc" sourcePath: "./src" outputPath: "./docs" configPath: "./jsdoc.json"