addon-tools-el/README.md

1.7 KiB

Addon Tools

This is a part of Node3D project.

NPM CodeFactor

npm i addon-tools-raub

Synopsis

This module contains numerous helpers for Node.js NAPI addons and dependency packages. On this page, helper scripts are described. For details on addon-tools.hpp and some additional snippets follow the links below.

Go to:

index.js

Main exports for cross-platform addon configuration. See TypeScript definitions.

download.js

Downloads a file into the memory, HTTP or HTTPS. See TypeScript definitions.

cpbin.js

Downloads a file into the memory, HTTP or HTTPS. See TypeScript definitions.

install.js

Downloads and unzips the platform specific binary for the calling package. See TypeScript definitions.

writable-buffer.js

A Writable stream buffer. See TypeScript definitions.

utils.js

Async fs based helpers for common addon-related file operations. See TypeScript definitions.