Skip to content

konveyor/tackle2-addon-windup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tackle2-addon-windup

Windup Addon Repository on Quay License contributions welcome Test Windup Addon

Tackle (2nd generation) addon for Windup.

Task data.

*=optional

{
  output: string,
  mode: {
    binary: bool,
    withDeps: bool,
    artifact: string,
  },
  sources: [str,],
  targets: [str,],
  scope: {
    withKnown: bool,
    packages: {
      included: [str,],
      excluded: [str,]
    }
  },
  rules*: {
    path: str, 
    tags: {
      included: [str,],
      excluded: [str,]
    }
  }
}

Code of Conduct

Refer to Konveyor's Code of Conduct here.