Easily turn Nushell modules into cross-shell CLI tools
library nu nushell
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

improve readme

+2 -2
+2 -2
README.md
··· 8 8 9 9 ## Usage ## 10 10 11 - Load this module, and call `modcli install <module-source> [install-prefix]` to install your module as a CLI tool. 12 - If you're developing a CLI tool, I recommend adding this to your installation script with a prefix option for package managers. 11 + Load this module, then call `modcli install <module-source> [install-prefix]` to install your module as a CLI tool. 12 + If you're developing a CLI tool, I recommend adding this to your installation script. 13 13 14 14 See `modcli install --help` for more options. 15 15