mirror of
https://github.com/jlengrand/sample-node-api.git
synced 2026-03-10 08:41:23 +00:00
23 lines
503 B
YAML
23 lines
503 B
YAML
name: sample-node-api
|
|
id: org.zowe.sample-node-api
|
|
title: Sample Node API
|
|
description: A Sample Node API extension for Zowe
|
|
license: EPL-2.0
|
|
repository:
|
|
type: git
|
|
url: https://github.com/zowe/sample-node-api.git
|
|
build:
|
|
branch: "{{build.branch}}"
|
|
number: "{{build.number}}"
|
|
commitHash: "{{build.commitHash}}"
|
|
timestamp: {{build.timestamp}}
|
|
commands:
|
|
start: bin/start.sh
|
|
apimlServices:
|
|
static:
|
|
- file: sample-node-api.yml
|
|
configs:
|
|
port: 18000
|
|
schemas:
|
|
configs: trivial-schema.json
|