node.js - Can the Babel CLI be made to remember command history? -


with node cli, can add shell statup file:

alias node='env node_no_readline=1 rlwrap -s "> " node' 

when run node, can press 'up' arrow key , previous command previous session put on command prompt. per this answer. see iojs' history support.

i want have functionality babel cli, changing alias node babel-node not change behaviour.

[edit]: i've added an issue babel on github.


Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -