### Install IFC Checker Dependencies Source: https://github.com/helenkwok/ifc-checker/blob/main/README.md Installs the necessary Node.js packages for the IFC Checker CLI tool. This is a prerequisite before linking and running the tool. ```sh npm install ``` -------------------------------- ### Link and Run IFC Checker CLI Source: https://github.com/helenkwok/ifc-checker/blob/main/README.md Links the IFC Checker globally to your system and then executes the tool. The tool prompts for IFC and IDS files and author information to perform checks. ```sh npm link check-ifc ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.