SamagraX-Stencil / stencil

NestJS on steroids 💪
https://stencil.samagra.io
MIT License
29 stars 32 forks source link

v0.0.1 of Stencil Spec + Compiler #132

Open techsavvyash opened 5 months ago

techsavvyash commented 5 months ago

Description

The version v0.0.1 of the stencil spec we have the following tasks

techsavvyash commented 4 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.

Savio629 commented 4 months ago

README.md for Docker Command

Spec 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

Structure of specification file

stencil: 0.0.1

info:
  properties:
    project-name: "ProjectName"
    package-manager: "npm"

tooling: [prisma,monitoring]

docker:
  service: [temporal,logging,monitoringService]
  adhoc-services: [postgres,hasura]

endpoints: