nx
nx copied to clipboard
Doc Improvement
Documentation issue
- [x] Documentation feedback
Is there a specific documentation page you are reporting?
Additional context or description
This could do with some improvement. An example including a relative path to a component for example
<project root>/
├── libs/
│ ├──layout/
| │ ├── feature-header/
├── .storybook/
│ ├── main.js
│ ├── preview.js
│ ├── tsconfig.json
├── src/
├── README.md
├── tsconfig.json
└── etc...
nx g @nrwl/angular:stories layout-feature-header
👍