Skip to content

mario-s/netbeans-electron-support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netbeans-electron-support

A simple plugin for the NetBeans IDE to launch Electron apps.

I started to develop this because I was not satisfied with the Node.js plugin and support for Electron apps in NetBeans 8.0.x. However with NetBeans 8.1 this is obsolete because the support for Node.js was enhanced and therefore also for Electron.

Build Status

Requirements

This plugin assumes you installed Node.js and Electron already.

Getting started

The plugin contains a very simple project template to help you build your first electron app.

The main.js file can be launched from the editor, or via the context menu. The plugin also supports debugging with node inspector.

Project Layout

The directory structure of the enclosed template looks like this: APP/
  src/
    index.html
    main.js
    package.json

At the moment the plugin can recognize your project as an Electron application only if it is in this directory structure.

About

A simple plugin for the NetBeans IDE to launch electron apps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published