Parse Salesforce Flow meta.xml to text-based graphical formats
npm install salesforce-flow-visualiserUtility for parsing Salesforce Flow meta.xml to text-based graphical formats such as mermaid and PlantUML.
```
npm i salesforce-flow-visualiser
`
import { parseFlow } from 'salesforce-flow-visualiser';
const mermaidStr = await parseFlow(
`
#### Unit tests
We're using jest.
``
npm run test
#### To test locally
* Build the package (as below)
In the salesforce-flow-visualiser* directory
``
npm link`
* In the project dir of the project that is using salesforce-flow-visualiser`
npm link salesforce-flow-visualiser
npm run build
`$3
`
``