UNPKG
@jorgeucanorg/init
Version:
latest (0.0.1)
0.0.1
Add scully to your angular app
@jorgeucanorg/init
/
src
/
ng-add
/
schema.json
14 lines
(13 loc)
•
290 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"
$schema
"
:
"http://json-schema.org/schema"
,
"id"
:
"scully-ng-add"
,
"title"
:
"scully ng-add schematic"
,
"type"
:
"object"
,
"properties"
: {
"blog"
: {
"type"
:
"boolean"
,
"description"
:
"add full blog"
} },
"required"
: [] }