question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

support nodejs REPL console inside neo-blessed

See original GitHub issue

Outline

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 one embark console

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:40 (18 by maintainers)

github_iconTop GitHub Comments

3reactions
lastmjscommented, Sep 7, 2018

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

1reaction
iurimatiascommented, Nov 8, 2018

@lastmjs can we chat on gitter?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found