This package is unstable! Documentation formatting could change in the future. See something that you think should be different? Open an issue on github and help shape this plugin.
- Have an existing nx workspace containing an Nx plugin project. For creating this, see nrwl's documentation.
npm i --save-dev @nx-dotnet/nxdoc
pnpm i --save-dev @nx-dotnet/nxdoc
yarn add --dev @nx-dotnet/nxdoc
Generate markdown docs in the /docs folder of your repository for each plugin in the workspace
npx nx g @nx-dotnet/nxdoc:generate-docs --outputPath docs