# bpmn-anonymize **Repository Path**: mirrors_bpmn-io/bpmn-anonymize ## Basic Information - **Project Name**: bpmn-anonymize - **Description**: Anonymize a bpmn diagram by changing all labels and names to element type name. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-14 - **Last Updated**: 2025-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bpmn-anonymize Anonymize a bpmn diagram by changing all labels and names to element type name. # Installation Install the dependencies. `npm install` Install the package locally. `npm install -g .` # Usage Anonymize a bpmn file with command line. ```sh > bpmn-anonymize example/example.bpmn Anonymizing example/example.bpmn... Saved anonymized file to example/example-anonymized.bpmn ``` See [examples](./example/) to compare before and after. # License MIT