Check TypeScript types against backend models

1 stars 3 forks 1 watchers Python GNU General Public License v3.0
backend cd check checker ci cicd continuous-integration python ts typescript validation
6 Open Issues Need Help Last updated: Aug 19, 2025

Open Issues Need Help

View All on GitHub
good first issue help wanted question

Check TypeScript types against backend models

Python
#backend#cd#check#checker#ci#cicd#continuous-integration#python#ts#typescript#validation

Check TypeScript types against backend models

Python
#backend#cd#check#checker#ci#cicd#continuous-integration#python#ts#typescript#validation

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.

Complexity: 2/5
good first issue help wanted

Check TypeScript types against backend models

Python
#backend#cd#check#checker#ci#cicd#continuous-integration#python#ts#typescript#validation

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`.

Complexity: 3/5
help wanted

Check TypeScript types against backend models

Python
#backend#cd#check#checker#ci#cicd#continuous-integration#python#ts#typescript#validation

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.

Complexity: 3/5
help wanted question

Check TypeScript types against backend models

Python
#backend#cd#check#checker#ci#cicd#continuous-integration#python#ts#typescript#validation

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.

Complexity: 3/5
help wanted

Check TypeScript types against backend models

Python
#backend#cd#check#checker#ci#cicd#continuous-integration#python#ts#typescript#validation