Replace vorpal with oclif in node-dev

This commit is contained in:
Jan Oberhauser
2019-08-28 11:03:01 +02:00
parent be3177a101
commit cd75c63f83
6 changed files with 195 additions and 210 deletions

5
packages/node-dev/bin/run Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env node
require('@oclif/command').run()
.then(require('@oclif/command/flush'))
.catch(require('@oclif/errors/handle'))

3
packages/node-dev/bin/run.cmd Executable file
View File

@@ -0,0 +1,3 @@
@echo off
node "%~dp0\run" %*