UNPKG
@jojoxd/barrels-nx
Version:
latest (0.0.1-alpha.0)
next (0.0.1-alpha.0)
0.0.1-alpha.0
Barrels NX Plugin
gitlab.jojoxd.nl/jojoxd-npm/barrels
@jojoxd/barrels-nx
/
executors.json
10 lines
(9 loc)
•
207 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"executors"
:
{
"generate"
:
{
"implementation"
:
"./src/executors/generate/executor"
,
"schema"
:
"./src/executors/generate/schema.json"
,
"description"
:
"generate executor"
}
}
}