| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
You should note that there is no need to copy the result from the console as it will be directly copied into system clipboard
Run in the root of the project:
npm run utils:build
Run in the root of the project to get BPMN content as:
node ./scripts/utils/dist/utils.mjs RELATIVE_PATH_TO_BPMN_FILE
or (the default value for the output argument is json)
node ./scripts/utils/dist/utils.mjs --output json RELATIVE_PATH_TO_BPMN_FILE
node ./scripts/utils/dist/utils.mjs RELATIVE_PATH_TO_BPMN_FILE --output model
i.e:
node ./scripts/utils/dist/utils.mjs test/fixtures/bpmn/simple-start-task-end.bpmn --output model
| Back | FazBrowse Home | New Git URL |