### Install Package with Apax Source: https://github.com/simatic-ax/template-library/blob/main/template/README.md Use this command to add the package to your project via Apax. Ensure you are logged into the GitHub registry first. ```cli apax add @simatic-ax/apax-package-name-d7b4b031 ``` -------------------------------- ### Declare Namespace in ST Code Source: https://github.com/simatic-ax/template-library/blob/main/template/README.md Add this line to your Structured Text (ST) code to make the package's functionalities available. This is required after installing the package. ```iec-st Using apax-package-name-d7b4b031; ``` -------------------------------- ### Create a New SIMATIC AX Library Source: https://github.com/simatic-ax/template-library/blob/main/README.md Use this command to create a new library project from the apax template. Ensure you have apax installed and are using the specified registry. ```bash apax create @simatic-ax/library --registry https://npm.pkg.github.com ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.