support nodejs REPL console inside neo-blessed
See original GitHub issueOutline
Currently the embark dashboard (shown in embark run
) has a log section and a input field to type commands. This input field is not very good as it doesn’t support going back with a cursor to correct something, history is limited, there is no autocomplete, etc… On the other hand embark console
(available develop branch) is a full featured REPL.
The goal of this task is to support the same REPL console used in embark console
in the embark dashboard. This likely means some changes will be needed in neo-blessed
Acceptance Criteria
- The embark dashboard in
embark run
, the input field should disappear, and the log section should have a REPL with the same features as the oneembark console
Issue Analytics
- State:
- Created 5 years ago
- Comments:40 (18 by maintainers)
Top Results From Across the Web
Developers - support nodejs REPL console inside neo-blessed -
support nodejs REPL console inside neo-blessed. embark-framework. 31 August 2018 Posted by Iuri Matias. link to bounty in ...
Read more >How To Use the Node.js REPL - DigitalOcean
If you have node installed, then you also have the Node.js REPL. To start it, simply enter node in your command line shell:...
Read more >Node.js Console/REPL - TutorialsTeacher
js/JavaScript code. To launch the REPL (Node shell), open command prompt (in Windows) or terminal (in Mac or UNIX/Linux) and type node ...
Read more >How to use the Node.js REPL
The REPL session provides a convenient way to quickly test simple JavaScript code. If you try it now in your terminal, this is...
Read more >blessed vs neo-blessed - compare differences and reviews?
A high-level terminal interface library for node.js. (by chjj) ... neo-blessed. A drop-in replacement for for Blessed. ... NodeJS Backend with UI Help....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sounds good, I just started familiarizing myself with the codebase, I should make significant progress tomorrow, and don’t worry I’ll be getting on Slack soon
@lastmjs can we chat on gitter?