Open techsavvyash opened 5 months ago
@Savio629
Please move this to ready for review once all the boxes are crossed off. For running review you can just drop a text here and click on the request a review button on the PR itself.
README.md for Docker Command
stencil spec [path]
eg. stencil spec src/spec.yaml
The structure of specification file:
stencil: 0.0.1
info:
properties:
project-name: "Test"
package-manager: "npm"
tooling: [prisma,monitoring]
docker:
service: [temporal,logging,monitoring]
adhoc-services: [postgres,hasura]
endpoints:
Description
Bootstrap a new project on basis of given specification file.
Arguments
Argument | Description |
---|---|
<path> |
The path of the specification file |
stencil: 0.0.1
info:
properties:
project-name: "ProjectName"
package-manager: "npm"
npm
, pnpm
, yarn
and bun
.tooling: [prisma,monitoring]
prisma
, monitoring
,service-temporal
, service-user
and service-file-upload
docker:
service: [temporal,logging,monitoringService]
adhoc-services: [postgres,hasura]
endpoints:
Description
The version
v0.0.1
of the stencil spec we have the following tasksv0.0.1
of the compiler in CLI which can parse this config and churn out a new stencil project will all the features setup