Skip to content

This demo lets you run multiple node-powershell promises in succession, demonstrating very basic best practices for "chaining" your commands in succession sometimes called "waterfalling" when the output carries forward.

License

Notifications You must be signed in to change notification settings

BenjaminMichael/node-powershell-electron-basic-demo

Repository files navigation

node-powershell with electron-quick-start developer sandbox

This is intended to be run in dev mode so just clone the repo, npm install -S, npm start. You will need PowerShell installed for this to actually work. Use my fork of node-powershell for PowerShell Core compatability.

If you install your npm modules globally you will probably want to fix 2 things:

1 in index.html

<link href="./node_modules/materialize-css/dist/css/materialize.css" rel="stylesheet">

and 1 in renderer.js

window.Hammer = require('./node_modules/materialize-css/js/hammer.min.js')

About

This demo lets you run multiple node-powershell promises in succession, demonstrating very basic best practices for "chaining" your commands in succession sometimes called "waterfalling" when the output carries forward.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published