UNPKG
netpad-cli
Version:
latest (0.8.0)
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
NetPad CLI for plugin management, workflows, and more.
netpad.io
mrlynn/netpad-cli
netpad-cli
/
commands
/
dev.js
8 lines
•
214 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
=
(
program
) =>
{ program .
command
(
'dev'
) .
description
(
'Local dev/start (coming soon)'
) .
action
(
() =>
{
console
.
log
(
'Dev command coming soon!'
); }); };