please icon indicating copy to clipboard operation
please copied to clipboard

use one command to build and run all your projects, independent from the programming language in use

Results 17 please issues
Sort by recently updated
recently updated
newest added

We capture the output of external commands like `cargo build` but when we print them, the terminal colors are not shown

good first issue

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...

good first issue

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...

good first issue

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

good first issue

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...

good first issue

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.

good first issue

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...

good first issue