Skip to content

m-dimmitt-old/menubar-from-scratch-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

menubar_interface

Note To Self: early development. This repository is being developed with forks as a bridge node.
Click through to the specific organization and make changes on that branch.

Electron, a node package that turns your javascript into desktop applications.

For our purposes, "MenuBar" Desktop Application.

Inital files that need manipulation

Here is a nice example for beginners: https://steemit.com/education/@ryanbaer/getting-started-with-electron-a-basic-menubar-app-part-1

vi index.js
atom index.js
atom index.html
atom main.js
atom package.json

npm install -g opener
npm install
  if "Cannot find module 'electron' from '/Users/michaeldimmitt/js_menubar_attempt'"
    npm install --save-dev electron

    electron-packager .
    
<br>
<b>In one command, rebuild:</b>
<pre>electron-packager . --overwrite; open dyna-dynamic-walpaper-darwin-x64/dyna-dynamic-walpaper.app/ 
</pre>

Copyright (c) 2017, Michael Dimmitt
<br>Access granted upon approved request. 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published