README
Typescript Plugin Manager
No more manually adding or removing TypeScript plugins from your tsconfig.json
or jsconfig.json
files!
Usage
npx ts-plugin install [plugin-name]
npx ts-plugin uninstall [plugin-name]
Features
- Gives users a single-line command to simplifies plugin installation
- Adds plugin to
tsconfig.json
orjsconfig.json
- Installs the plugin NPM package as a
devDependency
- Adds plugin to
- Beautiful, user-friendly CLI interface
- Automatic plugin name resolution from name shortcuts
ts-plugin install styled
-> resolves and installstypescript-styled-plugin
ts-plugin install stencil
-> resolves and installstypescript-plugin-stencil
- Matches
typescript-plugin-*
,typescript-*-plugin
,ts-plugin-*
,ts-*-plugin
- If multiple potential plugins are found, user is prompted to select one (sorted by popularity)
Credits
Project structure built on create-stencil