UNPKG
@nxext/stencil
Version:
alpha (17.0.1)
latest (23.0.0)
next (13.1.1)
23.0.0
21.0.0
20.2.0
20.1.0
20.0.6
20.0.5
20.0.4
20.0.3
20.0.2
20.0.1
20.0.0
19.1.0
19.0.2
19.0.1
19.0.0
18.0.0
17.2.2
17.2.1
17.2.0
17.0.2
17.0.1
17.0.0
16.3.0
15.7.0
15.6.0
15.0.0
14.0.6
14.0.5
14.0.4
14.0.3
14.0.2
14.0.1
14.0.0
13.2.3
13.2.2
13.2.1
13.1.2
13.1.1
13.1.0
13.0.0
12.2.0
12.1.2
12.1.1
12.1.0
12.0.7
12.0.6
12.0.5
12.0.4
12.0.3
12.0.2
12.0.1
12.0.0
11.3.3
11.3.2
11.3.1
11.3.0
11.2.0
11.0.0
10.3.0
10.2.1
10.2.0
10.1.0
10.1.0-0
10.0.0
10.0.0-0
1.1.1
1.1.0
1.0.1
1.0.0
0.1.3
0.1.2
0.1.2-3
0.1.2-2
0.1.2-1
0.1.1
0.1.0
0.0.14
0.0.14-4
0.0.14-3
0.0.14-1
0.0.13
0.0.12
0.0.11
0.0.10
0.0.8
0.0.6
Nx plugin for stenciljs
nxext.dev
nxext/nx-extensions
@nxext/stencil
/
src
/
generators
/
init
/
init.d.ts
5 lines
(4 loc)
•
238 B
TypeScript
View Raw
1
2
3
4
5
import
{
InitSchema
}
from
'./schema'
;
import
{
Tree
}
from
'@nx/devkit'
;
export
declare
function
initGenerator<T
extends
InitSchema
>(
host
:
Tree
,
options
: T):
Promise
<
import
(
"@nx/devkit"
).
GeneratorCallback
>;
export
default
initGenerator;