native-postinstall
v0.0.0
Published
The `postinstall` script helper for handling native bindings in legacy `npm` versions
Downloads
14
Readme
native-postinstall
The postinstall script helper for handling native bindings in legacy npm versions, see also https://github.com/npm/cli/issues/4828
TOC
Usage
Install
# pnpm
pnpm add native-postinstall
# yarn
yarn add native-postinstall
# npm
npm i native-postinstall
# bun
bun add native-postinstallAPI
import echo from 'native-postinstall'
echo()Sponsors and Backers
Sponsors
| 1stG | RxTS | UnTS |
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| |
|
|
Backers
| 1stG | RxTS | UnTS |
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| |
|
|
Changelog
Detailed changes for each release are documented in CHANGELOG.md.
