subhanshumg/ForgeKit Scaffold
Scaffold production-ready projects in CI. Supports web-app, api-service, ml-pipeline, next-app, go-api, and serverless.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| template | Template ID to scaffold. One of: web-app, api-service, ml-pipeline, next-app, go-api, serverless. | yes | — |
| name | Name of the project to scaffold. | yes | — |
| output-dir | Directory to scaffold the project into, relative to the workspace root. Defaults to the workspace root. | no | . |
| skip-install | Skip running npm install or pip install after scaffolding. Useful when you want to control the install step separately. | no | false |
| version | Version of forgekit-cli to use. Defaults to latest. | no | latest |
Outputs
| name | description |
|---|---|
| project-path | Absolute path to the scaffolded project directory. |