-
Notifications
You must be signed in to change notification settings - Fork 3
/
apax.yml
39 lines (37 loc) · 895 Bytes
/
apax.yml
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
# General information
name: '@simatic-ax/standardizer-tutorial-lib'
version: 0.0.1
type: lib
# Description will be displayed in the apax extension
description: This tutoral describes the apax workflow until how to publish packages on a registry
targets:
- "llvm"
#URL to the repository
repository:
type: git
url: https://github.com/simatic-ax/standardizer-tutorial-lib
# Environment variables
variables:
APAX_BUILD_ARGS:
- --debug
devDependencies:
"@ax/sdk": 2405.0.0
dependencies:
"@simatic-ax/io": 5.0.0
"@ax/system-timer": 6.0.94
# Registry information, where the package will be published
registries:
'@simatic-ax': 'https://npm.pkg.github.com/'
# Files which 'apax pack' will include
files:
- "README.md"
- "LICENSE.md"
- "./src"
- "./doc"
installStrategy: strict
apaxVersion: 3.1.0
scripts:
createlib:
- apax build
- apax version $1
- apax pack