This module is under development and contains various PowerShell functions designed to assist with different AL Development related tasks. It is by no means a finished product. This module was initially created for my own AL Development needs, but I believe it could be helpful for others in the community. I would love to hear your thoughts and see how it could be improved to benefit a wider audience.
💭Please note: Not all functions are currently complete ("ready") and may encounter errors during use. More functions and documentations will be added in the future.
- Manage AL objects: Interact with AL objects directly using PowerShell for easier scripting.
- Generate Mermaid diagrams: Create visual class and flow charts with Mermaid syntax.
- Parse XLIFF files: Extract data from localization files into PowerShell arrays.
- Sync XLIFF translations: Synchronize translations from XLIFF files into your AL code comments (for XLIFF Sync).
- PowerShell: Ensure you have PowerShell installed on your system.
- Clone the Repository:
- Import the Module with PowerShell
Import-Module .\BCALDevHelper.psm1
After following these steps, the BCALDevHelper module should be available for use within your PowerShell sessions. You can verify this by running Get-Module BCALDevHelper.