leo remove
To remove a dependency from your project, run the following command:
leo remove <NAME>
where <NAME>
is the name of the imported program.
See the Dependency Management guide for more details.
Flags:
--all
Removes all dependencies (or dev dependencies, if used with --dev).
-dev
Removes dev dependencies.