Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 281 Bytes

sch-new-schematic-function-name.md

File metadata and controls

11 lines (9 loc) · 281 Bytes

sch-new-schematic-function-name

Add a schematic to collection.json by function name

"${1:schematic-name}": {
  "description": "${3:Description.}",
  "factory": "./${1:schematic-name}/index#${2:functionName}",
  "schema": "./${1:schematic-name}/schema.json"
}