prafulla-codes/Express AutoDocs
A github action which automatically generates documentation for your express APIs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| docsTitle | The title of the docs created | yes | Documentation |
| server-filepath | The path of the file where backend server runs. | yes | server.js |
| appName | Name of the app variable | yes | app |
| routerName | Name of the router variable | yes | router |
| outputFormat | Static assets are generated in this format | yes | standard |
| outputBranch | Static assets are deployed in this branch | yes | express-autodocs |
Outputs
| name | description |
|---|---|
| time | The time the action completed |