/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/angular_devkit/schematics_cli/collection.json
14 строк
438 B
Alan Agius
refactor(@angular-devkit/schematics-cli): move `@schematics/schematics` into this package
02 апр 2021, 09:09
02 апр 2021, 09:09
f6e1fd8
Код
Авторство
О чём код?
{ "schematics": { "blank": { "factory": "./blank/factory", "schema": "./blank/schema.json", "description": "Create an empty schematic project or add a blank schematic to the current project." }, "schematic": { "factory": "./schematic/factory", "schema": "./schematic/schema.json", "description": "Create a Schematic template which can be built and published directly to NPM." } } }