adamDilger / vs-code-bpmn-io

Edit BPMN 2.0 files. Based on bpmn.io tools.

Home Page:https://marketplace.visualstudio.com/items?itemName=bpmn-io.vs-code-bpmn-io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BPMN Editor

CI

View and edit BPMN diagrams in VSCode. Powered by bpmn.io tools.

VSCode BPMN Editor in use

Features

  • View and edit BPMN files
  • Save changes to your local file
  • Undo/redo and other keyboard shortcuts
  • Create from empty .bpmn files

How to get it

Type vs-code-bpmn-io in the Extensions section and directly install it. You can also download it in the Visual Studio Code Marketplace or setup it locally.

Besides that, several release versions are available from the releases page. To install such .vsix packages, simply use following command.

code --install-extension ./vs-code-bpmn-io-[VERSION].vsix

Development Setup

First step, clone this project to your local machine.

git clone https://github.com/bpmn-io/vs-code-bpmn-io.git
cd ./vs-code-bpmn-io
npm install
code .

Press F5 to load and debug the extension in a new VS Code instance.

To execute the test suite simply use

npm run test

The extension integration tests can also be executed from VS Code itself, simple choose the Extension Tests in the Debug mode.

Go further

License

MIT

Contains parts (bpmn-js) released under the bpmn.io license.

About

Edit BPMN 2.0 files. Based on bpmn.io tools.

https://marketplace.visualstudio.com/items?itemName=bpmn-io.vs-code-bpmn-io

License:MIT License


Languages

Language:TypeScript 66.5%Language:JavaScript 26.7%Language:CSS 6.9%