UNPKG
@jorgeucanorg/init
Version:
latest (0.0.1)
0.0.1
Add scully to your angular app
@jorgeucanorg/init
/
src
/
scully
/
schema.json
15 lines
(14 loc)
•
347 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"
$schema
"
:
"http://json-schema.org/schema"
,
"id"
:
"
@herodevs
/init"
,
"title"
:
"Scully schematics"
,
"type"
:
"object"
,
"description"
:
"Scully schematics for angular"
,
"properties"
: {
"project"
: {
"type"
:
"string"
,
"description"
:
"generate"
} },
"required"
: [] }