-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c2e2741
commit bd42cfa
Showing
35 changed files
with
287 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,7 +93,7 @@ | |
"git:fix": "git add . && git commit -m fix && git push", | ||
"git:improve-docs": "git add . && git commit -m \"improve docs\" && git push", | ||
"git:open": "open-cli https://github.com/opentosca/opentosca-vintner", | ||
"build": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json && syncdir src/assets build/assets --quiet", | ||
"build": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json && syncdir src/assets build/assets --quiet && cp LICENSE build/assets && cp docs/docs/assets/documents/dependencies.csv build/assets", | ||
"package": "pkg --config .pkgrc.json build/cli/index.js", | ||
"deploy": "sudo cp ./dist/vintner-linux-x64 /usr/bin/vintner", | ||
"lint:check": "eslint .", | ||
|
@@ -118,7 +118,7 @@ | |
"docs:deploy": "bash docs/cmds/mkdocs gh-deploy --force --strict", | ||
"docs:build:commands": "tsc -p tsconfig.docs.json && tsc-alias -p tsconfig.docs.json && syncdir docs/cmds build-docs/docs/cmds --quiet && syncdir src/assets build-docs/src/assets --quiet && syncdir tests build-docs/tests --quiet", | ||
"docs:generate:interface": "bash docs/cmds/command.sh interface", | ||
"docs:generate:licenses": "bash docs/cmds/command.sh licenses", | ||
"docs:generate:dependencies": "bash docs/cmds/command.sh dependencies", | ||
"docs:generate:tests:variability": "bash docs/cmds/command.sh variability", | ||
"docs:generate:tests:query": "bash docs/cmds/command.sh query", | ||
"docs:generate:sofdcar": "bash docs/cmds/command.sh sofdcar", | ||
|
@@ -131,7 +131,7 @@ | |
"docs:export:local": "bash docs/cmds/export/generate.sh http://localhost:8000", | ||
"examples:xopera": "bash examples/xopera-motivation/demo.sh", | ||
"examples:unfurl": "bash examples/unfurl-motivation/demo.sh", | ||
"licenses:check": "license-checker --production --summary --onlyAllow \"MIT;Apache-2.0;Python-2.0;BSD-2-Clause;BSD-3-Clause;ISC;CC-BY-3.0;CC0-1.0;PSF;0BSD;BlueOak-1.0.0\" --excludePackages [email protected]", | ||
"dependencies:check": "license-checker --production --summary --onlyAllow \"MIT;Apache-2.0;Python-2.0;BSD-2-Clause;BSD-3-Clause;ISC;CC-BY-3.0;CC0-1.0;PSF;0BSD;BlueOak-1.0.0\" --excludePackages [email protected]", | ||
"puccini:check": "bash docs/cmds/puccini/check-all.sh", | ||
"puccini:check:single": "bash docs/cmds/puccini/check.sh", | ||
"puml:up": "cd docs && docker-compose up -d", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Do not edit this file. This file is overridden during builds. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Do not edit this file. This file is overridden during builds. |
Oops, something went wrong.