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

android - Pass an Serializable object in AIDL -

php - Improving script execution time -

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