tsc-completion
is a command-line tool providing bash completion for the TypeScript compiler (TSC). It greatly enhances your TypeScript development experience by helping you easily recall and apply various TSC command options in your terminal.
To use tsc-completion
, you first need to install it. You can do this by simply running the following command in your terminal:
npx tsc-completion
This command retrieves the package using npx and runs the installer.
Once you've installed tsc-completion
, you can use all the TSC completion features it provides to enhance your TypeScript projects.
If you no longer want to use tsc-completion
or need to uninstall it for any reason, you can do so with the following command:
npx tsc-completion --uninstall
That's it. Your tsc-completion
tool is now uninstalled.
If you have any bugs or feature requests, please create an issue on the GitHub project page
[MIT]