rust to npm in one command.
You can use this to run the command locally then run npm publish
to ship your crate cross platform leveraging cargo to build across all systems.
This project tries to convert Cargo.toml properties to package.json mappings and deploys respecting the private
property.
```sh
cargo install rust-to-npm
rust-to-npm ```
You may want to add the following to the .gitignore and just reference the project being made with.
.DS_Store
/target
package.json
package-lock.json
start.js
uninstall.js
pre-install.js
npm
.This project is used to convert the rust crawler crate for usage in node. See example project of library being used as a sidecar from rust into a node project.
node_module
imports.