rustwasm / rust-webpack-template

Kickstart your Rust, WebAssembly, and Webpack project!
Apache License 2.0
562 stars 75 forks source link

Validate whether if Git is installed in advance #154

Closed jamesgeorge007 closed 5 years ago

jamesgeorge007 commented 5 years ago

Motivation

The utility assumes git is already installed and fails miserably if that is not the case (throws an error).

Proposed Solution

IMO, it is good to validate the respective case upfront and warn appropriately.

Alternatives

N/A

Additional Context

N/A

sendilkumarn commented 5 years ago

Hi @jamesgeorge007 would you be interested to submit a PR?

jamesgeorge007 commented 5 years ago

yeah, sure :+1: