electron-application-desktop-toolbar
v1.2.2
Published
Uses windows application desktop toolbar to dock electron window.
Downloads
13
Maintainers
Readme
Electron Application Desktop Toolbar
A native npm example addon that will increment a number
by one.
This example is used in our article on Running Native Code in Electron.
Prerequisites
- Node.js (with npm or Yarn)
Getting Started
git clone native-module-electron
cd native-module-electron
yarn
Compiling (for Node.js)
yarn global add node-gyp
node-gyp configure
node-gyp build
Please refer to Running Native Code in Electron for instructions on how to compile this package for an Electron application.
Test
node test.js