add

Add a dependency to the project.

Usage

coffee add <package> [options]

Options

  • --version VER - Specify version
  • --path PATH - Local path
  • --git URL - Git repository

Implementation Notes

  • Modifies Coffee.toml to add the dependency
  • Requires --git <url> or --path <path> to specify the dependency source
  • Appends dependency flags to Makefile
  • Creates symlink in deps/ directory
  • Supports git and path dependencies only (use --git <url> or --path <path>)

Need help?
Please wait: the project is still pre-alpha!

Cup of Coffee is an open source project inspired by Cargo, Rustup Crates, and Conda-forge.