UNPKG
@sinotron/cli
Version:
latest (0.0.7-alpha)
0.0.7-alpha
0.0.6-alpha
0.0.5-alpha
0.0.4-alpha
0.0.3-alpha
0.0.1-alpha
Simple framework for Typescript Electron projects
@sinotron/cli
/
dist
/
cli
/
project-command
/
ProjectCommand.d.ts
8 lines
(7 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Command
}
from
'commander'
;
export
interface
ProjectCommandOpts
{
vscode
?:
boolean
; }
export
declare
class
ProjectCommand
{
static
init
(
app
:
Command
):
void
; }