apache / openserverless

Apache OpenServerless
https://openserverless.apache.org
Apache License 2.0
19 stars 11 forks source link

Task-util-config: add a step by step procedure that explains how to develop util/config/configurator/configurator.ts #65

Closed dcremonini closed 1 week ago

dcremonini commented 2 weeks ago

Problem

As a developer, I cannot modify configurator.ts to submit a contribution.

Details:

Impact

Contributors who contribute to the Open Serverless installer.

Priority

middle

Expected outcome

  1. A document is added along the source code to allow independent contribution for the configurator.ts application.
    • How to transpile.
    • How to run tests.
    • How to run with and without bun.
  2. The transpiling process is automated in the CI/CD.
    • transpiling.
    • testing (a warning message at this stage is enough, at this stage I see no need to block the process if this step fails).

Suggested solution

None

giusdp commented 1 week ago

Documentation on how to run and build was added. We can add a separate issue regarding a github action to build the configurator.