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

add NodeJS and npm support #1

Open Geal opened 6 years ago

Geal commented 6 years ago

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:

For NodeJS, we should look for a package.json file in the probe() method, and call npm build and npm run in the build()and run() methods.