Skip to content

Interactive console modules (inquirer, chalk, yeoman) in Electron

Notifications You must be signed in to change notification settings

sonictruth/console2electron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

console2electron

screenshot

This is an experiment on how to run interactive console node.js modules (inquirer, chalk, yeoman) in Electron (WebView). To achive this I used term.js and child process fork.

It is also possible to implement this over http using socket.io so you can run an interactive yeoman generator on server and use any browser as a terminal.

Test it:

$ npm install
$ npm start

About

Interactive console modules (inquirer, chalk, yeoman) in Electron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published