mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-28 12:14:43 +00:00
571 B
571 B
install subcommand
You can install packages registered on the registry site with install. The basic usage is the same as package managers such as cargo.
Convenience functions
- If there is a package name with a similar name and the number of downloads is more than 10 times that of that one, a suggestion will appear that you may have entered it incorrectly. This prevents typo squatting.
- If the package size is large (more than 50MB), display the size and suggest if you really want to install it.
- Suggest an alternative package if the package is duplicated.