-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[idea] mancy for terminal/console #144
Comments
this would be awesome, but what happens with the older version of node? can't we try to do both approach? I don't know if you know ipython (an interactive repl for python) I think core node REPL should provide the bare minimum, and let other solutions like this one provide extensions |
Or it could be an NPM that ships with core. In that way,
|
I think we can extract a preprocess function from Mancy like this: https://gist.github.com/princejwesley/a66d514d86ea174270210561c44b71ba from here: Line 43 in cd0bc93
and add one node repl I'll post here, if I create a package or a repo example using this idea |
Mancy idea is really great
But I would like to use it on terminal instead of an electron app
Maybe we could split Mancy in mancy core that could work on both electron app and with terminal based approach
My current approach to have a node repl running my server is like this
Instead of replPromised we could use mancy-core to provide all the awesome features of Mancy
The text was updated successfully, but these errors were encountered: