12 lines
517 B
JSON
12 lines
517 B
JSON
{
|
|
"githubRoot": "https://github.com/nrwl/nx/blob/master",
|
|
"name": "create-nx-plugin",
|
|
"packageName": "create-nx-plugin",
|
|
"description": "This package is used to scaffold a brand-new workspace used to develop an Nx plugin, and sets up a pre-configured plugin with the specified name. The new plugin is created with a default generator, executor, and e2e app.",
|
|
"root": "/packages/create-nx-plugin",
|
|
"source": "/packages/create-nx-plugin/src",
|
|
"documentation": [],
|
|
"generators": [],
|
|
"executors": []
|
|
}
|