Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 692 Bytes

forge-remove.md

File metadata and controls

35 lines (21 loc) · 692 Bytes

forge remove

NAME

forge-remove - Remove one or multiple dependencies.

SYNOPSIS

forge remove [options] [deps...]

DESCRIPTION

Remove one or multiple dependencies.

Dependencies can be a raw URL (https://foo.com/dep), the path to a GitHub repository (owner/repo) or the path to the dependency in the project tree.

OPTIONS

{{#include common-options.md}}

EXAMPLES

  1. Remove a dependency by path:

    forge remove lib/solmate
  2. Remove a dependency by GitHub repository name:

    forge remove dapphub/solmate

SEE ALSO

forge, forge install, forge update