deploy a rust project to npm in one command.
You can use this to run the command locally then run npm publish
to ship your crate.
At the moment it only publishes the project publicly only.
cargo run
```sh
npm i rust-to-npm -g
cargo install rust-to-npm ```
npm
.This project is used to convert the rust crawler crate for usage in node.