-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.yaml
45 lines (44 loc) · 1.28 KB
/
manifest.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
name: github.com/udemy/stencil-module-base
type: templates
arguments:
## <<Stencil::Block(arguments)>>
nativeModule:
required: false
description: Does this module include native module golang code?
schema:
type: boolean
templateModule:
required: false
description: Does this module include templated code
schema:
type: boolean
githubOrg:
required: true
description: The github org of the repository (i.e. github.com/udemy/stencil-module-base -> "udemy")
schema:
type: string
githubOwner:
required: false
description: The github owner of the repository (i.e. @udemy/platform)
schema:
type: string
buildAndTestRunner:
required: false
description: The github actions runner to use for the build and test CI job
schema:
type: string
packageJsonDeps:
required: false
description: package.json dependencies to add to the generated package.json (key/value map)
packageJsonScripts:
required: false
description: package.json scripts to add to the generated package.json (key/value map)
## <</Stencil::Block>>
modules:
## <<Stencil::Block(modules)>>
## <</Stencil::Block>>
## <<Stencil::Block(extra)>>
postRunCommand:
- name: yarn install
command: yarn install
## <</Stencil::Block>>