UNPKG
@pagopa/dx-cli
Version:
latest (0.27.1)
0.27.1
0.27.0
0.26.4
0.26.2
0.26.1
0.26.0
0.25.3
0.25.2
0.25.1
0.25.0
0.24.0
0.23.5
0.23.4
0.23.3
0.23.2
0.23.1
0.23.0
0.22.4
0.22.3
0.22.2
0.22.1
0.22.0
0.21.6
0.21.5
0.21.4
0.21.3
0.21.2
0.21.1
0.21.0
0.20.2
0.20.1
0.20.0
0.19.3
0.19.2
0.19.1
0.19.0
0.18.13
0.18.12
0.18.11
0.18.10
0.18.9
0.18.8
0.18.7
0.18.6
0.18.5
0.18.4
0.18.3
0.18.2
0.18.1
0.18.0
0.16.3
0.16.2
0.16.1
0.16.0
0.15.5
0.15.4
0.15.3
0.15.2
0.15.1
0.15.0
0.14.5
0.14.4
0.14.3
0.14.2
0.14.1
0.14.0
0.13.0
0.11.2
0.11.1
0.11.0
0.10.3
0.10.2
0.10.1
0.10.0
0.9.0
0.8.2
0.8.1
0.8.0
0.7.0
0.6.0
0.5.0
0.4.4
0.4.3
0.4.2
0.4.1
A CLI useful to manage DX tools.
github.com/pagopa/dx
pagopa/dx
@pagopa/dx-cli
/
dist
/
adapters
/
plop
/
generators
/
environment
/
actions.d.ts
3 lines
(2 loc)
•
140 B
TypeScript
View Raw
1
2
3
import
type
{
DynamicActionsFunction
}
from
"node-plop"
;
export
default
function
getActions
(
templatesPath
:
string
):
DynamicActionsFunction
;