UNPKG

kist

Version:

Lightweight Package Pipeline Processor with Plugin Architecture

14 lines (13 loc) 318 B
stages: - name: Setup Directories steps: - name: Ensure Project Structure action: DirectoryCreatorAction options: basePath: "./project" directories: - "src" - "src/assets" - "src/components" - "docs" - "build"