Helpers for Node.js addons and dependency packages
Go to file
dependabot[bot] 6513fa4b9d
Bump tmpl from 1.0.4 to 1.0.5
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-22 06:17:55 +00:00
.github/workflows Update CI 2021-04-25 11:20:46 +03:00
doc Update readme 2020-03-29 23:04:00 +03:00
include Use size of the typed array instead of underlying bufffer 2020-04-22 17:25:25 +02:00
test Remove test package 2021-04-03 15:49:45 +03:00
.eslintrc Fix lints 2021-04-03 16:07:45 +03:00
.gitignore Update deps and tests 2021-03-21 17:11:24 +03:00
CPPLINT.cfg Move CPPLINT config 2020-03-29 22:38:23 +03:00
LICENSE fix windows bats 2018-01-30 11:26:47 +03:00
README.md Merge CI actions 2021-04-19 20:21:54 +03:00
cpbin.d.ts Fix TS 2021-04-19 00:31:04 +03:00
cpbin.js Update deps and tests 2021-03-21 17:11:24 +03:00
download.d.ts Fix TS 2021-04-19 00:31:04 +03:00
download.js wip new arch 2019-08-05 00:47:25 +03:00
index.d.ts Fix TS 2021-04-19 00:31:04 +03:00
index.js Update deps and tests 2021-03-21 17:11:24 +03:00
install.d.ts Fix TS 2021-04-19 00:31:04 +03:00
install.js Rewrite install 2020-03-23 23:42:13 +03:00
package-lock.json Bump tmpl from 1.0.4 to 1.0.5 2021-09-22 06:17:55 +00:00
package.json Update CI 2021-04-25 11:20:46 +03:00
utils.d.ts Fix TS 2021-04-19 00:31:04 +03:00
utils.js Rewrite install 2020-03-23 23:42:13 +03:00
writable-buffer.d.ts Fix TS 2021-04-19 00:31:04 +03:00
writable-buffer.js Update workflows 2021-04-03 14:05:05 +03:00

README.md

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 with comments.

download.js

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

cpbin.js

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

install.js

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

writable-buffer.js

A Writable stream buffer. See TypeScript definitions with comments.

utils.js

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