cal/packages/app-store-cli
Subhojit-Dey adc2f525d2
imageSrc field is commented for solving this issue and can be removed (#9045)
* imageSrc field is commented for solving this issue and can be removed

* Update core.ts - remove the imageSrc field

* Update packages/app-store-cli/src/core.ts

---------

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2023-05-23 06:51:17 +00:00
..
src imageSrc field is commented for solving this issue and can be removed (#9045) 2023-05-23 06:51:17 +00:00
.gitignore [Feature] App Store CLI - Make it super easy to add an app. (#2917) 2022-06-07 11:43:32 +05:30
package.json Add changesets/cli to release embed (#8126) 2023-05-13 08:22:31 +00:00
README.md Enforces explicit type imports (#7158) 2023-02-16 15:39:57 -07:00
tsconfig.json App Store Templates (#5289) 2023-01-18 15:30:25 -07:00

How to build an App using the CLI

Refer to https://developer.cal.com/guides/how-to-build-an-app

TODO

  • Merge app-store:watch and app-store commands; introduce app-store --watch
  • An app created through CLI should be able to completely skip API validation for testing purposes. Credentials should be created with no API specified specific to the app. It would allow us to test any app end to end not worrying about the corresponding API endpoint.
  • Someone can add wrong directory name(which doesn't satisfy slug requirements) manually. How to handle it.
  • Allow editing and updating app from the cal app itself - including assets uploading when developing locally.
  • Use AppDeclarativeHandler across all apps. Whatever isn't supported in it, support that.