nx/scripts/documentation/documentation.sh
ben 84deb16d11 feat(scripts): documentation upgrade
Follow the new package architecture.
The generation of the documentation has been improved, new helper
functions have been added to handle the new architecture.
2019-05-13 22:31:32 -04:00

9 lines
337 B
Bash
Executable File

#!/usr/bin/env bash
echo "Generating API documentation"
ts-node ./scripts/documentation/generate-builders-data.ts
ts-node ./scripts/documentation/generate-npmscripts-data.ts
ts-node ./scripts/documentation/generate-schematics-data.ts
ts-node ./scripts/documentation/generate-api-home.ts
#ts-node ./scripts/documentation/dependencies.ts