Follow the new package architecture. The generation of the documentation has been improved, new helper functions have been added to handle the new architecture.
9 lines
337 B
Bash
Executable File
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
|