Skip to content

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.

Notifications You must be signed in to change notification settings

ria-develop/tsc-completion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@ria-develop/tsc-completion

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.

Installation

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.

Usage

Once you've installed tsc-completion, you can use all the TSC completion features it provides to enhance your TypeScript projects.

Uninstallation

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.

Feedback

If you have any bugs or feature requests, please create an issue on the GitHub project page

License

[MIT]

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published