RustBeginners / please

use one command to build and run all your projects, independent from the programming language in use
17 stars 1 forks source link

supports running multiple platforms at once #10

Open Geal opened 6 years ago

Geal commented 6 years ago

We can get a project for which there are multiple build systems, like a PHP project that uses npm to build its frontend assets. We could have please build run every build system for which the probe is successful, one after the other. Maybe we need some kind of priority then?