UNPKG
apex-nitro
Version:
beta (5.0.0-1)
latest (5.0.2)
5.0.2
5.0.1
5.0.0
5.0.0-1
4.2.0-beta.1
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.1.0-beta.4
4.1.0-beta.3
4.1.0-beta.2
4.1.0-beta.1
4.0.0
4.0.0-beta.5
4.0.0-beta.4
4.0.0-beta.3
4.0.0-beta.2
4.0.0-beta.1
Your essential APEX companion
github.com/OraOpenSource/apex-nitro
OraOpenSource/apex-nitro
apex-nitro
/
lib
/
index.js
10 lines
(8 loc)
•
225 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
;
module
.
exports
= {
help
:
require
(
'./commands/help'
),
config
:
require
(
'./commands/config'
),
launch
:
require
(
'./commands/launch'
),
list
:
require
(
'./commands/list'
),
publish
:
require
(
'./commands/publish'
) };