Files
calendar/packages/app-store-cli
AnshumancanrockandGitHub 36cf6e3703 fix: Yarn installation fails in windows due to mixed path separators … (#26771)
* fix: Yarn installation fails in windows due to mixed path separators in app-store-cli

* fix: normalize paths for cross-platform Biome compatibility in app-store-cli
2026-01-13 18:07:51 +00:00
..
2025-12-31 13:32:55 -03:00
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.
  • Follow the App Contribution Guidelines