Installation
There are multiples tools provided by TangleGuard. The Designer is crucial.
Designer
Section titled “Designer”First, download the Designer from our website:
Download Designer Choose OS and download
The installation process is straightforward.
You can validate your codebase against the defined rules using the Desktop App. You don’t need to install TangleGuard CLI on your system necessarily.
Linter
Section titled “Linter”If you like to use the CLI Version on your computer, e.g. to use it in a Git hook, you can download it using the URL below, for via curl:
curl -L -o tangleguard-cli https://nbg1.your-objectstorage.com/tangleguard/releases/latest/tangleguard-cliGitHub Action
Section titled “GitHub Action”You can integrate the above CLI tool in your GitHub CI/CD Pipeline by using the predefined GitHub Action (https://github.com/TangleGuard/github-action).
name: Architecture Lintingon: [pull_request]
jobs: validate-architecture: runs-on: ubuntu-latest steps: - uses: TangleGuard/github-action@main