### Install lat.md CLI Source: https://www.lat.md Install the lat.md command-line interface globally using npm. After installation, run 'lat init' in your project directory to initialize lat.md. ```bash $ npm i -g lat.md ``` -------------------------------- ### Initialize lat.md Project Source: https://www.lat.md Initialize a new lat.md project in your current directory. This command sets up the necessary configuration for lat.md to start documenting your codebase. ```bash lat init ``` -------------------------------- ### Reference Source Code in Markdown Source: https://www.lat.md Use wiki links in markdown to reference specific functions or classes directly from your source code. This allows for seamless navigation between your documentation and the codebase. ```markdown [[src/foo.ts#myFunc]] ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.