UNPKG
@nrwl/insights
Version:
latest (8.12.4)
next (8.11.1-beta.2)
9.0.0-beta.3
8.12.4
8.12.3
8.12.2
8.12.0-beta.3
8.12.0-beta.2
8.12.0-beta.1
8.11.1
8.11.1-beta.2
8.11.1-beta.1
8.11.0
8.10.2-beta.1
8.10.1
8.10.0
8.10.0-beta.10
8.10.0-beta.9
8.10.0-beta.8
8.10.0-beta.7
8.10.0-beta.6
8.10.0-beta.5
8.10.0-beta.4
8.10.0-beta.3
8.10.0-beta.1
0.1.0
Nx Insights plugin for Nx
nx.dev
@nrwl/insights
/
collection.json
14 lines
(13 loc)
•
302 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name"
:
"Nx Insights"
,
"version"
:
"0.1"
,
"schematics"
:
{
"init"
:
{
"factory"
:
"./lib/schematics/init/init"
,
"schema"
:
"./lib/schematics/init/schema.json"
,
"description"
:
"Initialize the @nrwl/insights plugin"
,
"aliases"
:
[
"ng-add"
]
,
"hidden"
:
true
}
}
}