UNPKG
nobind17
Version:
latest (2.0.1)
next (2.0.0-rc.3)
2.0.1
2.0.0
2.0.0-rc.3
2.0.0-rc.2
2.0.0-rc.1
2.0.0-rc.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
Next-gen binding framework for Node.js / Node-API
github.com/mmomtchev/nobind
mmomtchev/nobind
nobind17
/
example
/
hello-world
/
README.md
22 lines
(14 loc)
•
180 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# A very basic example
## Install
(also automatically builds)
``
`shell npm install `
``
## Build
``
`shell node-gyp configure build `
``
## Run
``
`shell npx tsx example.ts `
``