11 lines
319 B
JSON
11 lines
319 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush-plugin-manifest.schema.json",
|
|
"plugins": [
|
|
{
|
|
"pluginName": "rush-init-project-plugin",
|
|
"description": "Rush plugin for initialize project in monorepo",
|
|
"commandLineJsonFilePath": "command-line.json"
|
|
}
|
|
]
|
|
}
|