Open Geal opened 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.
package.json
probe()
npm build
npm run
build()
run()
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 theprobe()
method, and callnpm build
andnpm run
in thebuild()
andrun()
methods.