Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bpmn-io/dmn-migrate
- Owner: bpmn-io
- License: mit
- Created: 2020-01-09T09:54:00.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T09:51:44.000Z (7 months ago)
- Last Synced: 2024-04-14T11:10:10.618Z (7 months ago)
- Topics: dmn, migration
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@bpmn-io/dmn-migrate
- Size: 267 KB
- Stars: 4
- Watchers: 7
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-bpmn-io - dmn-migrate - Migrate your DMN diagrams to the latest DMN version (Extensions)
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