1.0.16 • Published 2 years ago

auto-io-addon v1.0.16

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

npm config set msbuild_path "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\MSBuild\Current\Bin\MSBuild.exe" npm config set msvs_version 2019 --global

npm install -g yo npm install -g generator-napi-module

yo napi-module

For debugging uses CodeLLDB: https://github.com/vadimcn/vscode-lldb

Useful links: https://github.com/nodejs/node-addon-examples

example c_cpp_properties.json for intellisense: { "configurations": [ { "name": "Win32", "includePath": "${workspaceFolder}/**", "C:\Users\\AppData\Local\node-gyp\Cache\\include\node" , "defines": "_DEBUG", "UNICODE", "_UNICODE", "windowsSdkVersion": "10.0.19041.0", "compilerPath": "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\Hostx64\x64\cl.exe", "cStandard": "c17", "cppStandard": "c++17", "intelliSenseMode": "windows-msvc-x64" } ], "version": 4 }

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago