Welcome to the nmbl documentation! This guide will help you understand the tool’s capabilities and get you up and running quickly.
What is nmbl?
nmbl is a developer CLI tool designed to help .NET developers analyze, manage, and maintain their solutions and projects. It provides a comprehensive suite of commands for code analysis, dependency visualization, and project maintenance.
Quick Start
# Install nmbl (see Getting Started for details)dotnet tool install --global nmbl
# Authenticatenmbl login
# Analyze cyclomatic complexitynmbl cc MySolution.slnx
# Generate dependency graphnmbl deps MyProject.csproj --output graph.svg
# View all available commandsnmbl help --with-examples