Skip to content

Instantly share code, notes, and snippets.

@alexrqs
Created July 1, 2024 22:09
Show Gist options
  • Save alexrqs/956edc67fac702021ba76885597ca1de to your computer and use it in GitHub Desktop.
Save alexrqs/956edc67fac702021ba76885597ca1de to your computer and use it in GitHub Desktop.
how to run a nodejs repl with syntax highlight
const repl = require('pretty-repl')
const options = {
prompt: ' ',
}
repl.start(options)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment