UNPKG
sinotron
Version:
latest (0.1.0-alpha)
0.1.0-alpha
0.0.3-alpha
0.0.1-dev
0.0.1-alpha
Simple framework for Typescript Electron projects
sinotron
/
dist
/
cli
/
setup-command
/
SetupCommand.d.ts
9 lines
(8 loc)
•
193 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
Command
}
from
'commander'
;
export
interface
SetupCommandOpts
{
force
?:
boolean
;
vscode
?:
boolean
; }
export
declare
class
SetupCommand
{
static
init
(
app
:
Command
):
void
; }