Open Issues Need Help
View All on GitHubCheck TypeScript types against backend models
Check TypeScript types against backend models
AI Summary: Implement rich color support in the ts-backend-check CLI output using the Rich library. This involves adding Rich as a dependency, modifying existing print statements to use Rich's `print` function, and styling success and error messages with green and red respectively.
Check TypeScript types against backend models
AI Summary: Implement a feature in the `ts-backend-check` Python package to check for updates and provide an upgrade option via the CLI. This involves checking for newer versions using a suitable method (e.g., checking PyPI), notifying the user, and providing a command to upgrade using `pip`.
Check TypeScript types against backend models
AI Summary: Implement a feature for the `ts-backend-check` CLI tool that allows users to specify multiple TypeScript type and backend model file pairs via a YAML configuration file, eliminating the need for repetitive command-line arguments. This involves parsing the YAML configuration, iterating through the specified file pairs, and running the type checking process for each pair.
Check TypeScript types against backend models
AI Summary: Refactor the command-line interface (CLI) of the `ts-backend-check` Python package from using the Click library to using the argparse library. This is to improve consistency with the activist organization's `i18n-check` project.
Check TypeScript types against backend models