rust-to-npm

deploy a rust project to npm in one command.

Getting Started

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.

  1. cargo run

Installation

```sh

with npm

npm i rust-to-npm -g

or with cargo

cargo install rust-to-npm ```

Goals

  1. Easy convert installs to npm.
  2. Allows full transparency of Rust code that user installs instead of dangerous binaries.

About

This project is used to convert the rust crawler crate for usage in node.

TODO

  1. Get keywords from bin.