···11+<!-- SPDX-License-Identifier: CC-BY-SA-4.0 -->
22+<!-- Copyright (c) 2026 MatrixFurry <matrix@matrixfurry.com> -->
33+44+# ModCLI #
55+66+ModCLI allows you to easily turn Nushell modules into cross-shell CLI tools. This makes it much easier to write complex
77+CLI tools with many subcommands using Nushell.
88+99+## Usage ##
1010+1111+Load this module, and call `modcli install <module-source> [install-prefix]` to install your module as a CLI tool.
1212+If you're developing a CLI tool, I recommend adding this to your installation script with a prefix option for package managers.
1313+1414+See `modcli install --help` for more options.
1515+1616+Use `modcli uninstall <name> [prefix]` to uninstall the tool.