electron-rebuild
- Version 3.2.9
- Published
- 211 kB
- 14 dependencies
- MIT license
Install
npm i electron-rebuild
yarn add electron-rebuild
pnpm add electron-rebuild
Overview
Electron supporting package to rebuild native node modules against the currently installed electron
Index
Functions
function rebuild
rebuild: (options: RebuildOptions) => RebuildResult;
Interfaces
interface RebuildOptions
interface RebuildOptions {}
property arch
arch?: string;
property buildPath
buildPath: string;
property cachePath
cachePath?: string;
property debug
debug?: boolean;
property disablePreGypCopy
disablePreGypCopy?: boolean;
property electronVersion
electronVersion: string;
property extraModules
extraModules?: string[];
property force
force?: boolean;
property forceABI
forceABI?: number;
property headerURL
headerURL?: string;
property mode
mode?: RebuildMode;
property onlyModules
onlyModules?: string[] | null;
property prebuildTagPrefix
prebuildTagPrefix?: string;
property projectRootPath
projectRootPath?: string;
property types
types?: ModuleType[];
property useCache
useCache?: boolean;
property useElectronClang
useElectronClang?: boolean;
Package Files (2)
Dependencies (14)
Dev Dependencies (27)
- @continuous-auth/semantic-release-npm
- @istanbuljs/nyc-config-typescript
- @types/chai
- @types/chai-as-promised
- @types/debug
- @types/fs-extra
- @types/lzma-native
- @types/mocha
- @types/node
- @types/node-abi
- @types/semver
- @types/tar
- @types/yargs
- @typescript-eslint/eslint-plugin
- @typescript-eslint/parser
- chai
- chai-as-promised
- codecov
- cross-env
- electron
- eslint
- eslint-plugin-mocha
- mocha
- nyc
- semantic-release
- ts-node
- typescript
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/electron-rebuild
.
- Markdown[![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/electron-rebuild)
- HTML<a href="https://www.jsdocs.io/package/electron-rebuild"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 3612 ms. - Missing or incorrect documentation? Open an issue for this package.