Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bpmn-io/dmn-migrate

Migrate your DMN diagrams to the latest DMN version
https://github.com/bpmn-io/dmn-migrate

dmn migration

Last synced: 3 months ago
JSON representation

Migrate your DMN diagrams to the latest DMN version

Awesome Lists containing this project

README

        

# dmn-migrate

[![CI](https://github.com/bpmn-io/dmn-migrate/workflows/CI/badge.svg)](https://github.com/bpmn-io/dmn-migrate/actions?query=workflow%3ACI)

Migrate your DMN diagrams to the latest DMN version (currently __DMN 1.3__).

## Usage

```javascript
const { migrateDiagram } = require('@bpmn-io/dmn-migrate');

const migratedXML = await migrateDiagram(dmn11XML);
```

## See also

* [dmn-migrate-cli](https://github.com/bpmn-io/dmn-migrate-cli) - migrate your DMN diagrams from the command line

## License

MIT