please
please copied to clipboard
use one command to build and run all your projects, independent from the programming language in use
We capture the output of external commands like `cargo build` but when we print them, the terminal colors are not shown
Following #5, if the build failed because the build tools are not present, we could write `please install tools` (or any more fitting command name), and `please` would download and...
We could get in a case where we downloaded some source code for which we do not have the tools to build them. As an example, if the Rust tester...
Right now we use the current directory to run our commands. We could pass as last argument an optional different folder, with an absolute or relative path
This project only supports Rust and cargo right now, and to get a great project, we need to support more platforms! Here is how you can proceed: declare a new...
The [new quiCLI project](https://github.com/killercup/quicli) could help us set up a lot of plumbing for the project and show how to use [failure](https://crates.io/crates/failure) and other projects.
This project only supports Rust and cargo right now, and to get a great project, we need to support more platforms! Here is how you can proceed: - [declare a...