A library to run npm commands from your Rust build script.
This library will aid you in executing npm commands when building your crate/bin, removing the burden on having to manually do so.
```rust // build.rs
fn main() -> Result<(), Box
Ok(())
} ```
Since this is a small library, I would like it to have all the needed features and to be usable before commiting to a v1.0.0.
Contributions are welcome!
npm_rs
is either distributed under MIT or Apache-2.0 license. Choose as you please.