2023-05-02 18:15:46 -06:00
2023-05-02 18:15:46 -06:00
2023-04-30 14:54:52 -06:00
2022-06-29 10:29:28 -06:00
2023-04-28 08:52:44 -06:00
2023-04-30 14:54:52 -06:00
2023-03-01 14:16:18 -07:00
wip
2023-03-27 17:07:17 -06:00

Start SDK

Config Conversion

  • Copy the old config json (from the getConfig.ts)
  • Install the start-sdk with npm i
  • paste the config into makeOutput.ts::oldSpecToBuilder (second param)
  • Make the third param
  {
    startSdk: "start-sdk/lib",
  }
  • run the script npm run buildOutput to make the output.ts
  • Copy this whole file into startos/procedures/config/spec.ts
  • Fix all the TODO
Description
No description provided
Readme MIT 6.5 MiB
Languages
TypeScript 99.5%
Makefile 0.4%