remove
Removes a single package (dependency) from your project.
Command
cf remove <package>
Aliases
remove
, rm
, rem
, rmv
Arguments
package (required)
Name of the package to remove.
You must specify exactly one package.
EXAMPLE:
cf remove glfw
Package folder along what that specific dependency configuration would be removed form .codeframe file.
See more on the dependency configuration here.