mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 00:23:03 +00:00
feat: add the uml generator
This commit is contained in:
@@ -33,6 +33,10 @@
|
||||
"check-configuration": "openstapps-configuration",
|
||||
"compile": "rimraf lib && tsc && prepend lib/cli.js '#!/usr/bin/env node\n'",
|
||||
"documentation": "typedoc --includeDeclarations --mode modules --out docs --readme README.md --listInvalidSymbolLinks src",
|
||||
"plantuml-build": "docker build -t openstapps/plantuml-server .",
|
||||
"plantuml-start": "docker run --name plantuml-server -d -p 8080:8080 openstapps/plantuml-server",
|
||||
"plantuml-restart": "docker restart plantuml-server",
|
||||
"plantuml-stop": "docker stop plantuml-server",
|
||||
"postversion": "npm run changelog",
|
||||
"prepublishOnly": "npm ci && npm run build",
|
||||
"preversion": "npm run prepublishOnly",
|
||||
@@ -44,6 +48,7 @@
|
||||
"@krlwlfrt/async-pool": "0.1.0",
|
||||
"@openstapps/logger": "0.3.1",
|
||||
"@types/glob": "7.1.1",
|
||||
"@types/got": "9.4.4",
|
||||
"@types/mustache": "0.8.32",
|
||||
"@types/node": "10.14.8",
|
||||
"ajv": "6.10.0",
|
||||
@@ -51,9 +56,11 @@
|
||||
"commander": "2.20.0",
|
||||
"del": "4.1.1",
|
||||
"glob": "7.1.4",
|
||||
"got": "9.6.0",
|
||||
"humanize-string": "2.1.0",
|
||||
"jsonschema": "1.2.4",
|
||||
"mustache": "3.0.1",
|
||||
"plantuml-encoder": "1.2.5",
|
||||
"toposort": "2.0.2",
|
||||
"ts-json-schema-generator": "0.42.0",
|
||||
"ts-node": "8.2.0",
|
||||
@@ -64,9 +71,11 @@
|
||||
"@types/chai": "4.1.7",
|
||||
"@types/mocha": "5.2.7",
|
||||
"@types/rimraf": "2.0.2",
|
||||
"@types/nock": "10.0.2",
|
||||
"conventional-changelog-cli": "2.0.21",
|
||||
"mocha": "6.1.4",
|
||||
"mocha-typescript": "1.1.17",
|
||||
"nock": "10.0.6",
|
||||
"prepend-file-cli": "1.0.6",
|
||||
"rimraf": "2.6.3",
|
||||
"tslint": "5.17.0",
|
||||
|
||||
Reference in New Issue
Block a user