/
githubmirror
/
lerna
Обзор
Документация
Войти
/
githubmirror
/
lerna
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
libs/nx-plugin/src/generators/e2e-project/schema.json
23 строки
521 B
Austin Fahsl
chore: upgrade to nx 16.1.3 (#3682)
10 май 2023, 15:11
Не верифицирован
10 май 2023, 15:11
efe26d3
Код
Авторство
О чём код?
{ "$schema": "http://json-schema.org/schema", "$id": "e2e-project", "title": "e2e project", "type": "object", "properties": { "name": { "type": "string", "description": "", "$default": { "$source": "argv", "index": 0 }, "x-prompt": "What name would you like to use?" }, "directory": { "type": "string", "description": "A directory within the e2e directory where the project is placed", "alias": "d" } }, "required": ["name"] }