apm unlink

使用說明

執行

$ apm help unlink

顯示

Usage: apm unlink [<package_path>]

Delete the symlink in ~/.atom/packages for the package. The package in the
current working directory is unlinked if no path is given.

Run `apm links` to view all the currently linked packages.

Options:
  --hard      Unlink package from ~/.atom/packages and ~/.atom/dev/packages                [boolean]
  -h, --help  Print this usage message
  -d, --dev   Unlink package from ~/.atom/dev/packages                                     [boolean]
  -a, --all   Unlink all packages in ~/.atom/packages and ~/.atom/dev/packages             [boolean]

  Prefix an option with `no-` to set it to false such as --no-color to disable
  colored output.