node_shim 0.1.0

A crate that maps Node.js CLI arguments into Deno arguments.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[lib]
name = "node_shim"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A crate that maps Node.js CLI arguments into Deno arguments."
edition = "2024"
license = "MIT"
name = "node_shim"
readme = false
resolver = "2"
version = "0.1.0"