cargo-wharf icon indicating copy to clipboard operation
cargo-wharf copied to clipboard

Developer documentation

Open edrevo opened this issue 4 years ago • 2 comments

Hi @denzp! First of all, many many thanks for this kick-ass project. I use it for all of my dockerized rust projects and it is a truly great project. I'm amazed it doesn't have thousands of stars, to be honest.

I'm very much interested in support for Dockerfile's COPY (#18), and I have started playing around with implementing it in cargo-wharf (you can look at my [quite little] progress at https://github.com/denzp/cargo-wharf/compare/master...edrevo:add-copy-support?expand=1). One thing I'm missing is a bit of developer documentation on the repo. Specifically, how do I run the integration tests? It might be useful to document that, or even better, just add a bash script to run them, so it is straighforward.

edrevo avatar Jun 16 '20 17:06 edrevo

Specifically, how do I run the integration tests?

I am looking for an answer to this as well. Really great project btw @denzp

MateusAmin avatar Oct 22 '20 15:10 MateusAmin

@edrevo Looks like you need to copy the source code in for the tool in as a bin your project:

https://github.com/denzp/cargo-wharf/tree/master/cargo-container-tools

MateusAmin avatar Oct 22 '20 17:10 MateusAmin