UNPKG
local-repl
Version:
latest (4.0.0)
4.0.0
3.1.0
3.0.1
3.0.0
2.0.1
2.0.0
1.2.0
1.1.0
1.0.0
Project-specific REPL configuration
github.com/sloria/local-repl
sloria/local-repl
local-repl
/
cli.js
9 lines
(7 loc)
•
136 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
#!/usr/bin/env node
const
chalk =
require
(
'chalk'
);
require
(
'.'
) .
start
() .
catch
(
err
=>
{
console
.
error
(chalk.
red
(err)); });