UNPKG
jamsocket
Version:
beta (0.10.7)
latest (0.10.8)
next (0.10.7)
0.10.8
0.10.7
0.10.6
0.10.5
0.10.4
0.10.3
0.10.2
0.10.1
0.10.0
0.9.0
0.8.22
0.8.21
0.8.20
0.8.19
0.8.18
0.8.17
0.8.16
0.8.15
0.8.14
0.8.13
0.8.12
0.8.11
0.8.10
0.8.9
0.8.8
0.8.7
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.8.0-beta
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.5-1
0.6.5-0
0.6.4
0.6.3
0.6.2
0.6.2-alpha-2
0.6.2-alpha
0.6.1
0.6.0
0.5.0
0.4.9
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.1
0.2.0
0.2.0-alpha
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.15
0.0.14
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
0.0.7
0.0.6
0.0.5
0.0.2
0.0.1
A CLI for the Jamsocket platform
github.com/jamsocket/jamsocket
jamsocket
/
lib
/
commands
/
service
/
info.d.ts
11 lines
(10 loc)
•
253 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
Command
}
from
'@oclif/core'
;
export
default
class
Create
extends
Command
{
static
description
:
string
;
static
examples
:
string
[];
static
args
: {
name
:
string
;
required
:
boolean
; }[];
run
():
Promise
<
void
>; }